BiometricAuthenticationFragment.kt |
Fragment used to display biometric authentication when the app is locked.
|
4266 |
BiometricAuthenticationFragmentCompose.kt |
Content of the biometric authentication prompt.
@param biometricErrorText Text for an authentication error
@param showBiometricPrompt callback for displaying the OS biometric authentication prompt
|
4368 |
LockObserver.kt |
Observer that locks the app when it goes to the background or is paused,
based on biometric settings and screen contents.
@param context The application context.
@param browserStore The store that holds the browser state.
@param appStore The store that holds the app state.
|
3187 |