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

    Interface BruteForceProtectionUnblockSuccessMembers

    Represents the public interface of the Brute Force Protection Unblock Success screen. It extends the base members and includes specific properties and methods for this screen.

    interface BruteForceProtectionUnblockSuccessMembers {
        branding: BrandingMembers;
        client: ClientMembers;
        organization: OrganizationMembers;
        prompt: PromptMembers;
        tenant: TenantMembers;
        transaction: TransactionMembers;
        user: UserMembers;
        untrustedData: UntrustedDataMembers;
        getErrors(): Error[];
        changeLanguage(options: LanguageChangeOptions): Promise<void>;
        screen: ScreenMembersOnBruteForceProtectionUnblockSuccess;
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Represents the screen-specific members for the brute force protection unblock success screen.

    Methods

    • Returns Error[]