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

    Interface MfaVoiceChallengeMembers

    Interface defining all members and operations available on the MFA Voice Challenge screen.

    interface MfaVoiceChallengeMembers {
        branding: Screens.BrandingMembers;
        client: Screens.ClientMembers;
        organization: Screens.OrganizationMembers;
        prompt: Screens.PromptMembers;
        screen: Screens.ScreenMembersOnMfaVoiceChallenge;
        tenant: Screens.TenantMembers;
        transaction: Screens.TransactionMembers;
        untrustedData: Screens.UntrustedDataMembersOnMfaVoiceChallenge;
        user: Screens.UserMembers;
        changeLanguage(options: Screens.LanguageChangeOptions): Promise<void>;
        continue(payload: Screens.MfaVoiceChallengeContinueOptions): Promise<void>;
        getErrors(): Screens.Error[];
        pickPhone(payload?: Screens.CustomOptions): Promise<void>;
        resendCode(payload?: Screens.CustomOptions): Promise<void>;
        resendManager(options?: Screens.StartResendOptions): Screens.ResendControl;
        switchToSms(payload?: Screens.CustomOptions): Promise<void>;
        tryAnotherMethod(payload?: Screens.CustomOptions): Promise<void>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Screen-specific properties and data.

    Methods

    • Navigates to the screen for selecting an alternative MFA method.

      Parameters

      Returns Promise<void>

      Promise that resolves when navigation is complete

      const mfaVoiceChallenge = new MfaVoiceChallenge();
      mfaVoiceChallenge.tryAnotherMethod();