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

# CredentialResponse

```ts Example theme={null}
export interface CredentialResponse {
  clientDataJSON: string | null;
  attestationObject: string | null;
  transports?: string[];
}
```

## Properties

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

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

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