Lines Matching refs:scope
291 GetUsernameTask(Activity activity, String name, String scope) {
293 this.mScope = scope;
344 the account name retrieved from the account picker, and the scope for your auth
346 …e {@link android.os.AsyncTask} class constructor. For more information about setting the scope, see
401 <p>The scope string is used to specify which Google services can be accessed by
405 scope string with {@code "oauth2:"} followed by a list of one or more OAuth scope
406 values. Use a space to separate each scope value in the list. To see a list of
407 valid OAuth scope values for Google services, browse
410 <p class="note"><strong>Tip:</strong> Specify {@code "oauth2:<scope>"}
411 for a single scope. Specify
413 scopes (using a space to separate each scope).</p>
414 <p>For example, to access the Google Books API, the scope is
416 scope, say for Google+ login, your code might look like this:</p>