Artifact: androidx.credentials:credentials
CredentialOption
public abstract class CredentialOption
GetCustomCredentialOption |
Allows extending custom versions of GetCredentialOptions for unique use cases. |
GetPasswordOption |
A request to retrieve the user's saved application password from their password provider. |
GetPublicKeyCredentialOption |
A request to get passkeys from the user's public key credential provider. |
Base class for getting a specific type of credentials.
GetCredentialRequest will be composed of a list of CredentialOption subclasses to indicate the specific credential types and configurations that your app accepts.