KeychainUtil
public class KeychainUtil
Undocumented
-
Undocumented
Declaration
Swift
public func store(string: String, forKey key: String) throws
-
Undocumented
Declaration
Swift
public func store(secret: Data, forKey key: String) throws
-
Undocumented
Declaration
Swift
public func secret(forKey key: String) throws -> Data
-
Undocumented
Declaration
Swift
public func string(forKey key: String) throws -> String
-
Undocumented
Declaration
Swift
public func deleteSecret(forKey key: String) throws