Enumerations

The following enumerations are available globally.

  • Represents an error that can occur during FIDO operations.

    See more

    Declaration

    Swift

    public enum FidoError : Error, LocalizedError, Equatable, Sendable
  • Represents the type of a public key credential.

    See more

    Declaration

    Swift

    public enum PublicKeyCredentialType : String, Codable
  • Represents the COSE algorithm identifier.

    See more

    Declaration

    Swift

    public enum COSEAlgorithmIdentifier : Codable, RawRepresentable
  • Represents the authenticator transport.

    See more

    Declaration

    Swift

    public enum AuthenticatorTransport : String, Codable
  • Represents the authenticator attachment.

    See more

    Declaration

    Swift

    public enum AuthenticatorAttachment : String, Codable
  • Represents the user verification requirement.

    See more

    Declaration

    Swift

    public enum UserVerificationRequirement : String, Codable
  • Represents the attestation conveyance preference.

    See more

    Declaration

    Swift

    public enum AttestationConveyancePreference : String, Codable