Authorization
-
The
See moreAuthorizationStoreableis used to provide authorization token. Provide authorization tokenDeclaration
Swift
public protocol AuthorizationStoreable : AnyObject -
An delegate that application should extend to provide access token.
See moreDeclaration
Swift
public protocol AuthorizationStoreDelegate : AnyObject
View on GitHub
Authorization Reference