MonoCloud Management SDK
    Preparing search index...

    Interface RecoveryMethodsPhoneOptions

    Recovery Methods Phone Options Response: Represents the phone-based account and password recovery configuration.

    RecoveryMethodsPhoneOptions

    interface RecoveryMethodsPhoneOptions {
        code_length: number;
        enabled: boolean;
        expiry: number;
    }
    Index

    Properties

    code_length: number

    Specifies the number of digits in the recovery verification code.

    RecoveryMethodsPhoneOptions

    enabled: boolean

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

    RecoveryMethodsPhoneOptions

    expiry: number

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

    RecoveryMethodsPhoneOptions