> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-fix-docs-5546-update-db-search.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>
