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

# PasskeyCreateResponse

```ts Example theme={null}
export interface PasskeyCreateResponse {
  id: string;
  rawId: string | null;
  type: string;
  authenticatorAttachment: string | null;
  response: CredentialResponse;
}
```

## Properties

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

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

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

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

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