Type alias UserAuthenticationConfiguration

UserAuthenticationConfiguration: {
    userAuthenticationBehavior: UserAuthenticationBehavior;
    userAuthenticationType?: UserAuthenticationType;
}

Type declaration

  • Readonly userAuthenticationBehavior: UserAuthenticationBehavior

    Indicates when authentication is required.

    Default Value

    "always"
    
  • Optional Readonly userAuthenticationType?: UserAuthenticationType

    Allowed authentication methods. iOS only

    Default Value

    "biometricOrPasscode"
    

Generated using TypeDoc