Package com.wavemaker.commons.auth.oauth2.extractors
-
Interface Summary Interface Description AccessTokenExtractor Created by srujant on 24/8/17. -
Class Summary Class Description AccessTokenInObjectExtractor Extract's access token from access_token.token path.AccessTokenRequestContext Model to store contentType and accessToken response sent by the OAuth2 authorization server.AccessTokenResponseExtractor Created by srujant on 24/8/17.FormUrlEncodedFormatAccessTokenExtractor Created by srujant on 24/8/17.JsonFormatAccessTokenExtractor Created by srujant on 24/8/17.MediaTypeBasedAccessTokenExtractor Created by srujant on 29/8/17.XmlFormatAccessTokenExtractor Extracts access token when the response body type is application/xml Used by Github if Accept-Type is set to application/xml in the request.