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

# Type Alias: WebAuthnType

<ParamField body="WebAuthnType" type="webauthn-roaming | webauthn-platform">
  ```ts Example theme={null}
  export type WebAuthnType = 'webauthn-roaming' | 'webauthn-platform';
  ```
</ParamField>
