Authorization
-
The
See moreAuthorizationStoreable
is 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