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

    Interface MfaPhoneEnrollmentMembers

    interface MfaPhoneEnrollmentMembers {
        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;
        pickCountryCode(payload?: CustomOptions): Promise<void>;
        continueEnrollment(
            payload: MfaPhoneEnrollmentContinueOptions,
        ): Promise<void>;
        tryAnotherMethod(payload?: CustomOptions): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods

    • Returns Error[]

    • Selects the country code for the phone number.

      Parameters

      • Optionalpayload: CustomOptions

        Optional custom options to include with the request.

      Returns Promise<void>

    • Continues the enrollment process with the provided phone number and type (SMS or voice).

      Parameters

      Returns Promise<void>

    • Allows the user to try another MFA method.

      Parameters

      • Optionalpayload: CustomOptions

        Optional custom options to include with the request.

      Returns Promise<void>