MonoCloud Management SDK
    Preparing search index...

    Interface AccountProtectionUserUnblockEmailOptions

    Account Protection User Unblock Email Options Response: Represents email-based configuration for allowing users to unblock their accounts after a lockout.

    AccountProtectionUserUnblockEmailOptions

    interface AccountProtectionUserUnblockEmailOptions {
        expiry: number;
    }
    Index

    Properties

    Properties

    expiry: number

    Specifies the validity period of the unblock email link (in seconds).

    AccountProtectionUserUnblockEmailOptions