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

    Allowed authentication methods.

    Default Value

    UserAuthenticationType.UserPresence
    

Generated using TypeDoc