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

# CaptchaContext

```ts Example theme={null}
export interface CaptchaContext {
  provider: string;
  image?: string;
  siteKey?: string;
  clientSubdomain?: string;
}
```

## Properties

<ParamField body="clientSubdomain?" type="string" />

<ParamField body="image?" type="string" />

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

<ParamField body="siteKey?" type="string" />
