You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{@code GoogleAuthUtil.getToken()}</a>, you must provide the app {@link android.content.Context},
344
344
the account name retrieved from the account picker, and the scope for your auth
345
-
token request. The above sample code (and the attached sample) defines these arguments with
346
-
class members that the host activity passes to
347
-
the {@link android.os.AsyncTask} class constructor.</p>
345
+
token request. The above sample code (and the attached sample) defines these
346
+
arguments with class members that the host activity passes to the {@link android.os.AsyncTask} class constructor. For more information about setting the scope, see
347
+
the <a href="#SpecifyingScopes">Specifying Scopes</a> section below. </p>
348
348
349
349
<p class="note"><strong>Note:</strong>
350
350
As shown by the {@code fetchToken()} method above, you must handle
@@ -397,8 +397,32 @@ the {@code isDeviceOnline()} method above), see the attached sample app or the
0 commit comments