TransientTokenStorage
public class TransientTokenStorage : TokenStorage
Undocumented
-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public func setRefreshToken(namespace: String, token: String) throws
-
Undocumented
Declaration
Swift
public func getRefreshToken(namespace: String) throws -> String?
-
Undocumented
Declaration
Swift
public func delRefreshToken(namespace: String) throws
-
Undocumented
Declaration
Swift
public func setIDToken(namespace: String, token: String) throws
-
Undocumented
Declaration
Swift
public func getIDToken(namespace: String) throws -> String?
-
Undocumented
Declaration
Swift
public func delIDToken(namespace: String) throws
-
Undocumented
Declaration
Swift
public func setDeviceSecret(namespace: String, secret: String) throws
-
Undocumented
Declaration
Swift
public func getDeviceSecret(namespace: String) throws -> String?
-
Undocumented
Declaration
Swift
public func delDeviceSecret(namespace: String) throws