MonoCloud Management SDK
    Preparing search index...

    Interface PatchPhoneAuthenticatorOptionsRequest

    Patch Phone Authenticator Options Request: Used to partially update phone-based authentication configuration.

    PatchPhoneAuthenticatorOptionsRequest

    interface PatchPhoneAuthenticatorOptionsRequest {
        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.

    Pro plan required to customize the code length.

    PatchPhoneAuthenticatorOptionsRequest

    enable_jit_provisioning?: boolean

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

    PatchPhoneAuthenticatorOptionsRequest

    enable_sign_in?: boolean

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

    PatchPhoneAuthenticatorOptionsRequest

    enable_sign_up?: boolean

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

    PatchPhoneAuthenticatorOptionsRequest

    expiry?: number

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

    Pro plan required to customize the expiry.

    PatchPhoneAuthenticatorOptionsRequest