| CredentialSavingClient | A client for the Credential Saving API. |
| SignInClient | A client for the sign-in API. |
| 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.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. |
| GetSignInIntentRequest | Request to get a Google sign-in intent. |
| GetSignInIntentRequest.Builder | Builder class for
GetSignInIntentRequest. |
| Identity | The entry point to the Sign-In APIs. |
| SavePasswordRequest | Configurations that allow saving a SignInPasswordto
Google. |
| SavePasswordRequest.Builder | Builder for SavePasswordRequest. |
| SavePasswordResult | The result returned from calling
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. |