AccessTokenAuthorizable
public protocol AccessTokenAuthorizable
A protocol for controlling the behavior of AccessTokenPlugin.
-
Represents the authorization header to use for requests.
Declaration
Swift
var authorizationType: AuthorizationType? { get }
AccessTokenAuthorizable Protocol Reference