Interface BiometricAuthenticateInput

Hierarchy

  • BiometricAuthenticateInput

Properties

android: {
    promptInfo: PromptInfo;
}

Set of biometrics configs to android devices.

Type declaration

  • promptInfo: PromptInfo

    Prompt information for the biometric authentication.

ios: {
    authenticationReason: string;
}

Set of biometrics configs to iOS devices.

Type declaration

  • authenticationReason: string

    Application reason for authentication.

useDevicePasswordAsFallback?: boolean

Enable password authentication fallback

Default

{useDevicePasswordAsFallback: false}

Generated using TypeDoc