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

    Interface MfaVoiceEnrollmentMembers

    Interface describing the members of the Mfa Voice Enrollment screen.

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods