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

    Interface BruteForceProtectionUnblockMembers

    Represents the members of the BruteForceProtectionUnblock screen.

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

    Hierarchy (View Summary)

    Index

    Properties

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

    Methods

    • Returns Error[]

    • Submits the unblock account request.

      Parameters

      • Optionalpayload: CustomOptions

        Optional payload to include with the unblock request.

      Returns Promise<void>

      A promise that resolves when the unblock request is successfully submitted.