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

    Interface ResetPasswordMfaPushChallengePushMembers

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

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods