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

    Interface MfaRecoveryCodeChallengeMembers

    Interface describing the members of the Mfa Recovery Code Challenge screen.

    interface MfaRecoveryCodeChallengeMembers {
        branding: BrandingMembers;
        tenant: TenantMembers;
        user: UserMembers;
        untrustedData: UntrustedDataMembers;
        getErrors(): Error[];
        changeLanguage(options: LanguageChangeOptions): Promise<void>;
        client: ClientMembers;
        organization: OrganizationMembers;
        prompt: PromptMembers;
        screen: ScreenMembers;
        transaction: TransactionMembers;
        continue(payload: MfaRecoveryCodeChallengeContinueOptions): Promise<void>;
        tryAnotherMethod(payload?: CustomOptions): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    branding: BrandingMembers
    untrustedData: UntrustedDataMembers
    organization: OrganizationMembers
    transaction: TransactionMembers

    Methods

    • Returns Error[]

    • Continues with the provided recovery code.

      Parameters

      Returns Promise<void>

      A promise that resolves when the continuation is successful.

    • Navigates to the screen where the user can pick another MFA method.

      Parameters

      Returns Promise<void>

      A promise that resolves when the navigation is complete.