public final class

Auth

extends Object
java.lang.Object
   ↳ com.google.android.gms.auth.api.Auth

Class Overview

Entry point for Google Auth APIs through GoogleApiClient.

Summary

Nested Classes
class Auth.AuthCredentialsOptions Optional configuration for the Credentials API
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 addApi(Api) to enable the Google Sign In API.
public static final GoogleSignInApi GoogleSignInApi Api entry point for Google Sign In.
[Expand]
Inherited Methods
From class java.lang.Object

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 addApi(Api) to enable the Google Sign In API.

public static final GoogleSignInApi GoogleSignInApi

Api entry point for Google Sign In.