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
Classes
Enums
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["Enables retrieval and storage of user credentials for application sign-in and sign-up."],["Offers APIs for authorization, credential saving, and sign-in, accessed through dedicated clients like `AuthorizationClient`, `CredentialSavingClient`, and `SignInClient`."],["Provides classes for managing authorization requests (`AuthorizationRequest`), sign-in processes (although many are deprecated in favor of Credential Manager), and phone number hints (`GetPhoneNumberHintIntentRequest`)."],["Includes functionalities for saving account linking tokens (`SaveAccountLinkingTokenRequest`) and managing user identity (`Identity`)."],["While offering classes for password management (`SavePasswordRequest`, `SignInPassword`), they are mostly deprecated, directing developers towards the newer Credential Manager for enhanced security and user experience."]]],[]]