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

    Interface MfaVoiceEnrollmentMembers

    Interface describing the members of the Mfa Voice Enrollment screen.

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods

    • Returns Error[]

    • Continues with the voice enrollment process.

      Parameters

      Returns Promise<void>

      Promise that resolves when enrollment continues.

    • Allows trying another authentication method.

      Parameters

      Returns Promise<void>

      Promise that resolves when the user switches method.

    • Allows picking a country code for the phone number.

      Parameters

      Returns Promise<void>

      Promise that resolves when the country code is selected.