Structures

The following structures are available globally.

  • A struct that represents a key pair for device identification, containing both private and public keys.

    Declaration

    Swift

    public struct DeviceIdentifierKeyPair : Codable, Sendable
  • Configuration for device identifier, including key size and keychain account. This configuration is used to initialize the device identifier and can be customized if needed.

    See more

    Declaration

    Swift

    public struct DeviceIdentifierConfiguration : Sendable