TokenStorage
public protocol TokenStorage
Undocumented
-
Undocumented
Declaration
Swift
func setRefreshToken(namespace: String, token: String) throws
-
Undocumented
Declaration
Swift
func getRefreshToken(namespace: String) throws -> String?
-
Undocumented
Declaration
Swift
func delRefreshToken(namespace: String) throws