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

    Interface MfaRecoveryCodeEnrollmentMembers

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

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods

    • Returns Error[]

    • Declares that the user saved the recovery code. This action is triggered when the user declares that they have saved the recovery code. It redirects to the next screen in the authentication flow.

      Parameters

      Returns Promise<void>

      A promise that resolves when the action is successfully submitted. Rejects with an error if the submission fails.