OAuth2CodeGrantNoTokenType
public class OAuth2CodeGrantNoTokenType : OAuth2CodeGrant
Subclass to deal with sites that don’t return token_type, such as Instagram or Bitly.
-
Declaration
Swift
override open func assureCorrectBearerType(_ params: OAuth2JSON) throws
View on GitHub
Install in Dash
OAuth2CodeGrantNoTokenType Class Reference