diff --git a/docs/html/google/play-services/auth.jd b/docs/html/google/play-services/auth.jd index 3f46c3fa21a16..8e111315a2c4c 100644 --- a/docs/html/google/play-services/auth.jd +++ b/docs/html/google/play-services/auth.jd @@ -57,7 +57,12 @@ private String[] getAccountNames() {

Obtaining an Access Token

- With an email address, you can now obtain an access token. There are two general + With an email address and the service scope you can now obtain an access token. +

+

Note: Specify "oauth2:scope" for a single scope or + "oauth2:scope1 scope2 scope3" for multiple scopes.

+ +There are two general ways to get a token: