teleproto - v1.229.0
    Preparing search index...

    Interface EmailVerificationOptions

    Email verification options passed to the email callback.

    interface EmailVerificationOptions {
        appleSigninAllowed?: boolean;
        codeLength?: number;
        emailPattern?: string;
        googleSigninAllowed?: boolean;
        resetAvailablePeriod?: number;
        resetPendingDate?: number;
    }
    Index
    appleSigninAllowed?: boolean

    Whether Apple Sign-In is allowed for email verification.

    codeLength?: number

    The code length when email code is expected.

    emailPattern?: string

    The email pattern (masked email) when code was sent to existing email.

    googleSigninAllowed?: boolean

    Whether Google Sign-In is allowed for email verification.

    resetAvailablePeriod?: number

    Period in seconds after which the email can be reset.

    resetPendingDate?: number

    Date when the pending reset will complete.