TokenStoreManaging
public protocol TokenStoreManaging : AnyObject
Implementers must be capable of clearing token from the Token Store.
-
Clears the tokens
Declaration
Swift
func clear()
-
get(for:)
Default implementationreturns the token
Default Implementation
Default Implementation of TokenStoreManaging
Declaration
Swift
func get(for url: URL) throws -> OAuth2Token?