AI-generated Key Takeaways
-
The provided content describes APIs and classes used for retrieving and saving user credentials to facilitate sign-in and sign-up processes in an application.
-
It includes interfaces like
AuthorizationClient,CredentialSavingClient, andSignInClientfor different credential management functionalities. -
Several classes related to authorization and sign-in requests are listed, including builders and results.
-
Note that many of the listed classes related to
BeginSignInRequest,SavePasswordRequest, andSignInCredentialare deprecated and point to the Credential Manager for alternative usage.
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
Enums
| AuthorizationRequest.ResourceParameter | An enumeration of available resource parameters. |