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

    Interface MfaPushListMembers

    Interface defining the available methods and properties for the mfa-push-list screen

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods

    • Returns Error[]

    • Selects a registered device from the list to initiate MFA push.

      Parameters

      Returns Promise<void>

    • Navigates back to the previous screen.

      Parameters

      • Optionalpayload: CustomOptions

        Optional custom options to include with the request.

      Returns Promise<void>