AuthorizationStoreDelegate
public protocol AuthorizationStoreDelegate : AnyObject
An delegate that application should extend to provide access token.
-
Provides an access token from cache(ex>
UserDefault).Declaration
Swift
func authorizationStoreRequestAccessToken() -> String?Return Value
The current authorization token.
View on GitHub
AuthorizationStoreDelegate Protocol Reference