IStorageStrategy
interface IStorageStrategy (View source)
Storage strategy interface.
Methods
Get()
Gets the current authorization token.
Details
OAuthToken
Get()
Gets the current authorization token.
Store(OAuthToken $token)
Stores authorization token passed as an argument.