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

    Interface ScreenMembersOnMfaRecoveryCodeChallengeNewCode

    ScreenMembersOnMfaRecoveryCodeChallengeNewCode

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

    • { 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.

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