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

# AllowCredential

```ts Example theme={null}
export interface AllowCredential {
  type: 'public-key';
  id: Base64URLString;
  transports?: AuthenticatorTransport[];
}
```

## Properties

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

<ParamField body="transports?" type={<span><a href="/docs-v2/main//docs/libraries/acul/react-sdkScreens/type-aliases/AuthenticatorTransport">AuthenticatorTransport</a></span>} />

<ParamField body="type" type="&#x22;public-key&#x22;" />
