Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AuthenticatorAttachment

Specifies the preferred authenticator attachment modality.

  • platform: A platform authenticator attached to the client device (e.g., Touch ID, Windows Hello)
  • cross-platform: A roaming authenticator not attached to the client device (e.g., USB security key)
type AuthenticatorAttachment = "cross-platform" | "platform";

§Type

§
"cross-platform" | "platform"
[src]