androidx.credentials.registry.provider
Library that allows provider apps to register digital user credentials with CredentialManager to support smooth sign-in, verification, and other user experience
Interfaces
RegistryManagerProvider |
Provider interface to be implemented by a system registry manager service provider that will fulfill |
Classes
ClearCreationOptionsRequest |
A request to clear the creation options stored for your app, which were registered using the |
ClearCreationOptionsRequest.PerTypeConfig |
Configures how to clear the creation options for a given type. |
ClearCreationOptionsResponse |
A response to a call to |
ClearCredentialRegistryRequest |
A request to clear the credential registries stored for your app, which were registered using the |
ClearCredentialRegistryRequest.PerTypeConfig |
Configures how to clear the registries for a given type. |
ClearCredentialRegistryResponse |
A result of clearing credential registries. |
ProviderCreateCredentialRequest |
|
ProviderGetCredentialRequest |
|
RegisterCreationOptionsRequest |
A request to register creation options with Credential Manager. |
RegisterCreationOptionsResponse |
The result of calling |
RegisterCredentialsRequest |
A request to register credentials with Credential Manager. |
RegisterCredentialsResponse |
The result of calling |
RegistryManager |
APIs for managing credential registries that are registered with the Credential Manager. |
SelectedCredential |
A credential selected within a |
SelectedCredentialSet |
Contains information about the user selection result on the Credential Manager UI. |
Exceptions
ClearCreationOptionsConfigurationException |
During the |
ClearCreationOptionsException |
Represents an error thrown during a |
ClearCreationOptionsUnknownException |
Thrown when the |
ClearCredentialRegistryConfigurationException |
During the |
ClearCredentialRegistryException |
Represents an error thrown during a |
ClearCredentialRegistryUnknownException |
Thrown when the |
RegisterCreationOptionsConfigurationException |
During the |
RegisterCreationOptionsException |
Represents an error thrown during a |
RegisterCreationOptionsUnknownException |
Thrown when the |
RegisterCredentialsConfigurationException |
During the |
RegisterCredentialsException |
Represents an error thrown during a |
RegisterCredentialsUnknownException |
Thrown when the |