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 moreDeclaration
Swift
public struct DeviceIdentifierConfiguration : Sendable
View on GitHub
Structures Reference