com.google.android.gms.auth.api.identity

Provides facilities to retrieve or save credentials that can be used to sign the user into your application or sign up a new user.

Interfaces

AuthorizationClient A client for the authorization API. 
CredentialSavingClient A client for the Credential Saving API. 
SignInClient A client for the sign-in API. 

Classes

AuthorizationRequest Parameters that configure the authorization request. 
AuthorizationRequest.Builder Builder for AuthorizationRequest
AuthorizationResult Result returned from a request to authorize  
BeginSignInRequest Configurations that can be used to filter acceptable types of credentials returned from a sign-in attempt. 
BeginSignInRequest.Builder Builder for BeginSignInRequest
BeginSignInRequest.GoogleIdTokenRequestOptions Options for requesting Google ID token-backed credentials during sign-in. 
BeginSignInRequest.GoogleIdTokenRequestOptions.Builder Builder for BeginSignInRequest.GoogleIdTokenRequestOptions
BeginSignInRequest.PasskeyJsonRequestOptions Options for requesting passkeys during sign-in. 
BeginSignInRequest.PasskeyJsonRequestOptions.Builder Builder for BeginSignInRequest.PasskeyJsonRequestOptions
BeginSignInRequest.PasskeysRequestOptions This class is deprecated. Use BeginSignInRequest.PasskeyJsonRequestOptions instead.  
BeginSignInRequest.PasskeysRequestOptions.Builder Builder for BeginSignInRequest.PasskeysRequestOptions
BeginSignInRequest.PasswordRequestOptions Options for requesting password-backed credentials during sign-in. 
BeginSignInRequest.PasswordRequestOptions.Builder Builder for BeginSignInRequest.PasswordRequestOptions
BeginSignInResult Result returned from sign-in initiation that includes a PendingIntent that can be used to continue the sign-in flow. 
GetPhoneNumberHintIntentRequest Request object used to get an Intent to start the Phone Number Hint flow. 
GetPhoneNumberHintIntentRequest.Builder Builder for GetPhoneNumberHintIntentRequest  
GetSignInIntentRequest Request to get a Google sign-in intent. 
GetSignInIntentRequest.Builder Builder class for GetSignInIntentRequest
Identity The entry point to the Sign-In APIs. 
SaveAccountLinkingTokenRequest Configurations that allow saving a token to Google for the purpose of account linking. 
SaveAccountLinkingTokenRequest.Builder Builder for SaveAccountLinkingTokenRequest
SaveAccountLinkingTokenResult Result returned from the initial call to save an account linking token that includes a PendingIntent that can be used to continue the flow. 
SavePasswordRequest Configurations that allow saving a SignInPasswordto Google. 
SavePasswordRequest.Builder Builder for SavePasswordRequest
SavePasswordResult The result returned from calling CredentialSavingClient.savePassword(SavePasswordRequest) that includes a PendingIntent that can be used to launch the password saving flow. 
SignInCredential The credential returned as a result of a successful sign-in. 
SignInPassword An account ID such as a username or an email, and a password that can be used to sign a user in.