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";