@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface ScreenMembersOnMfaRecoveryCodeChallengeNewCode

    ScreenMembersOnMfaRecoveryCodeChallengeNewCode

    interface ScreenMembersOnMfaRecoveryCodeChallengeNewCode {
        captcha: null | Classes.CaptchaContext;
        captchaImage: null | string;
        captchaProvider: null | string;
        captchaSiteKey: null | string;
        data: null | { textCode: string };
        isCaptchaAvailable: boolean;
        links: null | Record<string, string>;
        name: string;
        texts: null | Record<string, string>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    captcha: null | Classes.CaptchaContext
    captchaImage: null | string
    captchaProvider: null | string
    captchaSiteKey: null | string
    data: null | { textCode: string }

    Type declaration

    • null
    • { textCode: string }
      • textCode: string

        The newly generated recovery code to display to the user. It is crucial that the user saves this code securely as it will be needed for future logins if other MFA factors are unavailable.

    isCaptchaAvailable: boolean
    links: null | Record<string, string>
    name: string
    texts: null | Record<string, string>