Enumerations
The following enumerations are available globally.
-
An enum representing the possible errors that can occur during the device binding and signing process.
See moreDeclaration
Swift
public enum DeviceBindingError : Error, LocalizedError, Equatable, Sendable -
An enum representing the status of a device binding operation, which can be used to convey more specific information about the outcome of a binding or signing attempt.
See moreDeclaration
Swift
public enum DeviceBindingStatus : Error, LocalizedError, Sendable -
Errors that can occur during device binding migration.
See moreDeclaration
Swift
public enum MigrationError : LocalizedError, Sendable -
An enum representing the type of attestation to be performed when generating a new key pair.
See moreDeclaration
Swift
public enum Attestation : Equatable -
An enum representing the type of device binding authentication.
See moreDeclaration
Swift
public enum DeviceBindingAuthenticationType : String, Codable, Sendable
View on GitHub
Enumerations Reference