KeychainStorageParams
@objc(VSSKeychainStorageParams)
public final class KeychainStorageParams : NSObject
Class responsible for KeychainStorage setup
-
Application name
Declaration
Swift
@objc public let appName: String
-
Factory method.
Throws
KeychainStorageErrorDeclaration
Swift
@objc public static func makeKeychainStorageParams(appName: String? = nil) throws -> KeychainStorageParams
Parameters
appName
application name, if nil - redirects to Bundle.main.bundleIdentifier
Return Value
Initialized KeychainStorageParams