MonoCloud Management SDK
    Preparing search index...

    Interface PhoneIdentifierVerificationOptions

    Phone Identifier Verification Options Response: Represents phone number verification settings applied during sign-up.

    PhoneIdentifierVerificationOptions

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

    PhoneIdentifierVerificationOptions

    expiry: number

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

    PhoneIdentifierVerificationOptions

    verify_at_sign_up: boolean

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

    PhoneIdentifierVerificationOptions