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

    Interface MfaPushChallengePushMembers

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

    interface MfaPushChallengePushMembers {
        branding: BrandingMembers;
        client: ClientMembers;
        organization: OrganizationMembers;
        prompt: PromptMembers;
        tenant: TenantMembers;
        transaction: TransactionMembers;
        user: UserMembers;
        getErrors(): Error[];
        changeLanguage(options: LanguageChangeOptions): Promise<void>;
        screen: ScreenMembersOnMfaPushChallengePush;
        untrustedData: UntrustedDataMembersOnMfaPushChallengePush;
        continue(payload?: WithRememberOptions): Promise<void>;
        resendPushNotification(payload?: WithRememberOptions): Promise<void>;
        enterCodeManually(payload?: CustomOptions): Promise<void>;
        tryAnotherMethod(payload?: CustomOptions): Promise<void>;
        pollingManager(options: MfaPollingOptions): MfaPushPollingControl;
    }

    Hierarchy (View Summary)

    Index

    Properties

    branding: BrandingMembers
    organization: OrganizationMembers
    transaction: TransactionMembers

    Methods

    • Returns Error[]

    • Continues with the push notification challenge

      Parameters

      Returns Promise<void>

    • Resends the push notification

      Parameters

      Returns Promise<void>

    • Switches to entering the verification code manually

      Parameters

      • Optionalpayload: CustomOptions

        Optional custom options to include with the request

      Returns Promise<void>

    • Allows trying another authentication method

      Parameters

      • Optionalpayload: CustomOptions

        Optional custom options to include with the request

      Returns Promise<void>