> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenMembersOnBruteForceProtectionUnblockSuccess

ScreenMembersOnBruteForceProtectionUnblockSuccess

```ts Example theme={null}
export interface ScreenMembersOnBruteForceProtectionUnblockSuccess extends ScreenMembers {
  data: Record<string, string | boolean | string[] | Record<string, string[]> | Array<PhonePrefix> | PasskeyCreate> | null;
}
```

## Properties

<ParamField body="captcha" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/CaptchaContext">CaptchaContext</a></span>} />

<ParamField body="captchaImage" type="string" />

<ParamField body="captchaProvider" type="string" />

<ParamField body="captchaSiteKey" type="string" />

<ParamField body="data" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/PasskeyCreate">PasskeyCreate</a></span>}>
  <Expandable title="Parameters">
    <ParamField body="Record" required type="string, string | boolean | string[] | Record<string, string[]> | Array<PhonePrefix> | PasskeyCreate" />
  </Expandable>
</ParamField>

<ParamField body="isCaptchaAvailable" type="boolean" />

<ParamField body="links" type="Record<string, string>" />

<ParamField body="name" type="string" />

<ParamField body="texts" type="Record<string, string>" />
