Enumerations

The following enumerations are available globally.

  • An enum representing the possible errors that can occur during the device binding and signing process.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public enum DeviceBindingStatus : Error, LocalizedError, Sendable
  • Errors that can occur during device binding migration.

    See more

    Declaration

    Swift

    public enum MigrationError : LocalizedError, Sendable
  • An enum representing the type of attestation to be performed when generating a new key pair.

    See more

    Declaration

    Swift

    public enum Attestation : Equatable
  • An enum representing the type of device binding authentication.

    See more

    Declaration

    Swift

    public enum DeviceBindingAuthenticationType : String, Codable, Sendable