@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface ScreenMembersOnMfaRecoveryCodeChallengeNewCode

    ScreenMembersOnMfaRecoveryCodeChallengeNewCode

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

    Hierarchy (View Summary)

    Index

    Properties

    name: string
    captchaImage: string | null
    captchaSiteKey: string | null
    captchaProvider: string | null
    isCaptchaAvailable: boolean
    links: Record<string, string> | null
    texts: Record<string, string> | null
    captcha: CaptchaContext | 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