Protocols
The following protocols are available globally.
-
DataConvertible defines a protocol a type must satisfy in order to be used in a Keychain operation; ie Stored, Retrieved, etc…
See moreDeclaration
Swift
public protocol DataConvertible
-
SimpleStruct is a marker protocol used to provide DataConvertible conformance to any simple value type.
Declaration
Swift
public protocol SimpleStruct