public final class Auth extends Object
Entry point for Google Auth APIs through GoogleApiClient.
Nested Class Summary
class | Auth.AuthCredentialsOptions | This class is deprecated. please use
CredentialsOptions instead. |
Field Summary
public static final Api<Auth.AuthCredentialsOptions> | CREDENTIALS_API | Api to be used when creating a GoogleApiClient
instance. |
public static final CredentialsApi | CredentialsApi | |
public static final Api<GoogleSignInOptions> | GOOGLE_SIGN_IN_API | Token to pass to
GoogleApiClient.Builder.addApi(Api extends Api.ApiOptions.NotRequiredOptions>
) 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<Auth.AuthCredentialsOptions> CREDENTIALS_API
Api to be used when creating a GoogleApiClient
instance.
public static final CredentialsApi CredentialsApi
public static final Api<GoogleSignInOptions> GOOGLE_SIGN_IN_API
Token to pass to
GoogleApiClient.Builder.addApi(Api extends Api.ApiOptions.NotRequiredOptions>
)
to enable the Google Sign In API.
public static final GoogleSignInApi GoogleSignInApi
Api entry point for Google Sign In.