MonoCloud Management SDK
    Preparing search index...

    Interface PhoneAuthenticatorOptions

    Phone Authenticator Options Response: Represents the configuration for phone-based authentication.

    PhoneAuthenticatorOptions

    interface PhoneAuthenticatorOptions {
        code_length: number;
        enable_jit_provisioning: boolean;
        enable_sign_in: boolean;
        enable_sign_up: boolean;
        expiry: number;
    }
    Index

    Properties

    code_length: number

    Specifies the number of digits in the phone verification code.

    PhoneAuthenticatorOptions

    enable_jit_provisioning: boolean

    Specifies whether users can be automatically provisioned on first successful phone authentication (Just-In-Time provisioning).

    PhoneAuthenticatorOptions

    enable_sign_in: boolean

    Specifies whether users can sign in using phone-based authentication.

    PhoneAuthenticatorOptions

    enable_sign_up: boolean

    Specifies whether new users can sign up using phone-based authentication.

    PhoneAuthenticatorOptions

    expiry: number

    Specifies the validity period of the phone verification code (in seconds).

    PhoneAuthenticatorOptions