var additionalAuthorizationParams : [String : String]?
Additional authorization parameters.
var additionalTokenRequestParams : [String : String]?
Any additional parameters for the token request.
var additionalRefreshTokenBodyParams : [String : String]?
Ignore if the Web API does not provide a refresh token. Any additional HTTP body parameters for the token refresh request. The key/value pairs for “refresh_token” and “grant_type” are handled internally when a
authenticatedRequest(for:numberOfRetries:)
is made.var authHeaderTokenType : String?
Some servers may use a different key for their authorization header’s token type than the one provided by the token request response.