MonoCloud Management SDK
    Preparing search index...

    Interface PatchPhoneIdentifierVerificationOptionsRequest

    Patch Phone Identifier Verification Options Request: Used to update phone number verification settings.

    PatchPhoneIdentifierVerificationOptionsRequest

    interface PatchPhoneIdentifierVerificationOptionsRequest {
        code_length?: number;
        expiry?: number;
        verify_at_sign_up?: boolean;
    }
    Index

    Properties

    code_length?: number

    Specifies the number of digits in the phone verification code.

    Pro plan required to customize the code length.

    PatchPhoneIdentifierVerificationOptionsRequest

    expiry?: number

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

    Pro plan required to customize the expiry.

    PatchPhoneIdentifierVerificationOptionsRequest

    verify_at_sign_up?: boolean

    Specifies whether the user's phone number must be verified during sign-up.

    PatchPhoneIdentifierVerificationOptionsRequest