WAAuthenticatorAttachment
public enum WAAuthenticatorAttachment : String
WebAuthn Authenticator Attachment option enumeration
-
platform authenticator
Declaration
Swift
case platform = "platform" -
cross-platform authenticator
Declaration
Swift
case crossPlatform = "cross-platform" -
unspecified authenticator attachment
Declaration
Swift
case unspecified = "unspecified"
View on GitHub