> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-actions-triggers-prototype.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/libraries/acul/js-sdk/Screens/type-aliases/AuthenticatorTransport">AuthenticatorTransport</a></span>} />

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