androidx.biometric
Interfaces
AuthenticationResult | 
            
               Types of the terminal result of the authentication.  | 
          
AuthenticationResultCallback | 
            
               A callback to be called when an   | 
          
AuthenticationResultLauncher | 
            
               A launcher for a previously-  | 
          
BiometricManager.Authenticators | 
            
               Types of authenticators, defined at a level of granularity supported by   | 
          
PromptContentItem | 
            
               An item shown on   | 
          
PromptContentView | 
            
               Contains the information of the template of content view for Biometric Prompt.  | 
          
Classes
AuthenticationRequest | 
            
               Types for configuring authentication prompt with options that are commonly used together.  | 
          
AuthenticationRequest.Biometric | 
            
               A set of configurable options for how the   | 
          
AuthenticationRequest.Biometric.Builder | 
            
               Builder used to create an instance of   | 
          
AuthenticationRequest.Biometric.Fallback | 
            
               Fallback options for the biometric authentication.  | 
          
AuthenticationRequest.Biometric.Fallback.NegativeButton | 
            
               A customized negative button as the fallback.  | 
          
AuthenticationRequest.Biometric.Strength | 
            
               Types of biometric strength for the prompt.  | 
          
AuthenticationRequest.Biometric.Strength.Class3 | 
            
               Class 3 (formerly Strong).  | 
          
AuthenticationRequest.BodyContent | 
            
               Types of the body content to be displayed on the prompt.  | 
          
AuthenticationRequest.BodyContent.ContentViewWithMoreOptionsButton | 
            
               A view with "more options" button.  | 
          
AuthenticationRequest.BodyContent.PlainText | 
            
               Plain text description as body content.  | 
          
AuthenticationRequest.BodyContent.VerticalList | 
            
               A vertical list as body content.  | 
          
AuthenticationRequest.Credential | 
            
               A set of configurable options for how the   | 
          
AuthenticationRequest.Credential.Builder | 
            
               Builder used to create an instance of   | 
          
AuthenticationResult.Error | 
            
               A result when an error has been encountered and authentication has stopped.  | 
          
AuthenticationResult.Success | 
            
               A result when the user has successfully authenticated.  | 
          
AuthenticationUtils | 
            |
BiometricManager | 
            
               A class that provides system information related to biometrics (e.g. fingerprint, face, etc.).  | 
          
BiometricManager.Strings | 
            
               Provides localized strings for an application that uses   | 
          
BiometricPrompt | 
            
               A class that manages a system-provided biometric prompt.  | 
          
BiometricPrompt.AuthenticationCallback | 
            
               A collection of methods that may be invoked by   | 
          
BiometricPrompt.AuthenticationResult | 
            
               A container for data passed to   | 
          
BiometricPrompt.CryptoObject | 
            
               A wrapper class for the crypto objects supported by   | 
          
BiometricPrompt.PromptInfo | 
            
               A set of configurable options for how the   | 
          
BiometricPrompt.PromptInfo.Builder | 
            
               A builder used to set individual options for the   | 
          
PromptContentItemBulletedText | 
            
               A list item with bulleted text shown on   | 
          
PromptContentItemPlainText | 
            
               A list item with plain text shown on   | 
          
PromptContentViewWithMoreOptionsButton | 
            
               Contains the information of the template of content view with a more options button for Biometric Prompt.  | 
          
PromptContentViewWithMoreOptionsButton.Builder | 
            
               A builder used to set individual options for the   | 
          
PromptVerticalListContentView | 
            
               Contains the information of the template of vertical list content view for Biometric Prompt.  | 
          
PromptVerticalListContentView.Builder | 
            
               A builder used to set individual options for the   | 
          
AuthenticationRequest.Biometric.Fallback.DeviceCredential | 
            
               Device credential as the fallback.  | 
          
AuthenticationRequest.Biometric.Strength.Class2 | 
            
               Class 2 (formerly Weak).  | 
          
AuthenticationRequest.Companion |