PersistentTokenStorage
public class PersistentTokenStorage : 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