MonoCloud Management SDK
    Preparing search index...

    Interface VerifyEmailResponse

    Verify Email Response: Returns the delivery status of the verification email.

    VerifyEmailResponse

    interface VerifyEmailResponse {
        email_sent: boolean;
        expires_at: number;
    }
    Index

    Properties

    email_sent: boolean

    Specifies whether the verification email was sent to the user.

    VerifyEmailResponse

    expires_at: number

    The expiry time for the verification link (in Epoch).

    VerifyEmailResponse