OAuth2CodeGrantLinkedIn
public class OAuth2CodeGrantLinkedIn : OAuth2CodeGrant
LinkedIn-specific subclass to deal with LinkedIn peculiarities:
- Must have client-id/secret in request body
- Must use custom web view in order to be able to intercept http(s) redirects
- Will not return the “token_type” value, so must ignore it not being present
-
Declaration
Swift
override public init(settings: OAuth2JSON)
-
Declaration
Swift
override open func assureCorrectBearerType(_ params: OAuth2JSON) throws