package

androidx.biometric.auth

Interfaces

AuthPromptA handle to the prompt that is shown while the user is authenticating.

Classes

AuthPromptCallbackA collection of methods that may be invoked by an auth prompt during authentication.
AuthPromptHostA wrapper class for the component that will be used to host an auth prompt.
Class2BiometricAuthPromptAn authentication prompt that requires the user to present a Class 2 biometric (e.g.
Class2BiometricAuthPrompt.BuilderBuilder for a Class2BiometricAuthPrompt with configurable options.
Class2BiometricOrCredentialAuthPromptAn authentication prompt that requires the user to present a Class 2 biometric (e.g.
Class2BiometricOrCredentialAuthPrompt.BuilderBuilder for a Class2BiometricOrCredentialAuthPrompt with configurable options.
Class3BiometricAuthPromptAn authentication prompt that requires the user to present a Class 3 biometric (e.g.
Class3BiometricAuthPrompt.BuilderBuilder for a Class3BiometricAuthPrompt with configurable options.
Class3BiometricOrCredentialAuthPromptAn authentication prompt that requires the user to present a Class 3 biometric (e.g.
Class3BiometricOrCredentialAuthPrompt.BuilderBuilder for a Class3BiometricOrCredentialAuthPrompt with configurable options.
CredentialAuthPromptAn authentication prompt that requires the user to present the screen lock credential (i.e.
CredentialAuthPrompt.BuilderBuilder for a CredentialAuthPrompt with configurable options.