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

    Interface MfaOtpEnrollmentCodeMembers

    Interface defining the available methods and properties for the mfa-otp-enrollment-code screen.

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

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    The screen properties for the mfa-otp-enrollment-code screen.

    Methods