UserKeyStorageConfig
public class UserKeyStorageConfig
Configuration for UserKeysStorage.
-
The underlying storage mechanism.
Declaration
Swift
public var storage: any Storage<[UserKey]> -
Initializes a new
UserKeyStorageConfigwith default keychain storage.Declaration
Swift
public init() -
Initializes a new
UserKeyStorageConfigwith custom storage.Declaration
Swift
public init(storage: any Storage<[UserKey]>)Parameters
storageThe storage to use.
View on GitHub