Type alias UserAuthenticationConfiguration

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

Defines the behavior for user authentication during SDK operations.

Type declaration

  • Readonly userAuthenticationBehavior: UserAuthenticationBehavior

    Indicates when authentication is required.

    Default Value

    UserAuthenticationBehavior.Always
    
  • Optional Readonly userAuthenticationType?: UserAuthenticationType

    iOS only

    Allowed authentication methods.

    Default Value

    UserAuthenticationType.BiometricOrPasscode
    

Generated using TypeDoc