MonoCloud Management SDK
    Preparing search index...

    Interface PatchRecoveryMethodsPhoneOptionsRequest

    Patch Phone Recovery Method Options Request: Used to update phone-based account and password recovery configuration.

    PatchRecoveryMethodsPhoneOptionsRequest

    interface PatchRecoveryMethodsPhoneOptionsRequest {
        code_length?: number;
        enabled?: boolean;
        expiry?: number;
    }
    Index

    Properties

    code_length?: number

    Specifies the number of digits in the recovery verification code.

    Pro plan required to customize the code length.

    PatchRecoveryMethodsPhoneOptionsRequest

    enabled?: boolean

    Enables account and password recovery using a phone-based verification code.

    PatchRecoveryMethodsPhoneOptionsRequest

    expiry?: number

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

    Pro plan required to customize the expiry.

    PatchRecoveryMethodsPhoneOptionsRequest