Skip to main content

Documentation Index

Fetch the complete documentation index at: https://auth0.com/llms.txt

Use this file to discover all available pages before exploring further.

ScreenMembersOnBruteForceProtectionUnblockFailure
Example
export interface ScreenMembersOnBruteForceProtectionUnblockFailure extends ScreenMembers {
  /**
   * Screen-specific data containing the error type from the failed unblock attempt.
   * @type {{ errorType?: string; } | null}
   */
  data: {
    /**
     * The type of error that caused the unblock attempt to fail.
     * @type {string}
     */
    errorType?: string;
  } | null;
}

Properties

captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
errorType
Screen-specific data containing the error type from the failed unblock attempt.

Type Declaration

{ errorType?: string; }

errorType

The type of error that caused the unblock attempt to fail.null
isCaptchaAvailable
boolean
name
string
texts
Record