AI-generated Key Takeaways
-
Auth is the entry point for Google Auth APIs through GoogleApiClient.
-
GOOGLE_SIGN_IN_API is a token used with GoogleApiClient.Builder to enable the Google Sign In API.
-
GoogleSignInApi is the API entry point specifically for Google Sign In.
Entry point for Google Auth APIs through GoogleApiClient.
Field Summary
| public static final Api < GoogleSignInOptions > | GOOGLE_SIGN_IN_API | Token to pass to GoogleApiClient.Builder.addApi(Api
)
to enable the Google Sign In API. |
| public static final GoogleSignInApi | GoogleSignInApi | Api entry point for Google Sign In. |
Inherited Method Summary
Fields
public static final Api < GoogleSignInOptions > GOOGLE_SIGN_IN_API
Token to pass to GoogleApiClient.Builder.addApi(Api
)
to enable the Google Sign In API.
public static final GoogleSignInApi GoogleSignInApi
Api entry point for Google Sign In.

