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

    Interface PhoneIdentifierChallengeMembers

    interface PhoneIdentifierChallengeMembers {
        branding: Screens.BrandingMembers;
        client: Screens.ClientMembers;
        organization: Screens.OrganizationMembers;
        prompt: Screens.PromptMembers;
        screen: Screens.ScreenMembersOnPhoneIdentifierChallenge;
        tenant: Screens.TenantMembers;
        transaction: Screens.TransactionMembers;
        untrustedData: Screens.UntrustedDataMembers;
        user: Screens.UserMembers;
        changeLanguage(options: Screens.LanguageChangeOptions): Promise<void>;
        getErrors(): Screens.Error[];
        resendCode(payload?: Screens.CustomOptions): Promise<void>;
        resendManager(options?: Screens.StartResendOptions): Screens.ResendControl;
        returnToPrevious(payload?: Screens.CustomOptions): Promise<void>;
        submitPhoneChallenge(payload: Screens.PhoneChallengeOptions): Promise<void>;
        switchToText(payload?: Screens.CustomOptions): Promise<void>;
        switchToVoice(payload?: Screens.CustomOptions): Promise<void>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods