Enumerations
The following enumerations are available globally.
-
Represents an error that can occur during FIDO operations.
See moreDeclaration
Swift
public enum FidoError : Error, LocalizedError, Equatable, Sendable -
Represents the type of a public key credential.
See moreDeclaration
Swift
public enum PublicKeyCredentialType : String, Codable -
Represents the COSE algorithm identifier.
See moreDeclaration
Swift
public enum COSEAlgorithmIdentifier : Codable, RawRepresentable -
Represents the authenticator transport.
See moreDeclaration
Swift
public enum AuthenticatorTransport : String, Codable -
Represents the authenticator attachment.
See moreDeclaration
Swift
public enum AuthenticatorAttachment : String, Codable -
Represents the user verification requirement.
See moreDeclaration
Swift
public enum UserVerificationRequirement : String, Codable -
Represents the attestation conveyance preference.
See moreDeclaration
Swift
public enum AttestationConveyancePreference : String, Codable
View on GitHub
Enumerations Reference