Package com.github.scribejava.core.extractors
package com.github.scribejava.core.extractors
-
ClassDescriptionAbstractOAuth1JSONTokenExtractor<T extends OAuth1Token>AbstractOAuth1TokenExtractor<T extends OAuth1Token>Abstract base implementation of
TokenExtractorfor OAuth 1.0a The process for extracting access and request tokens is similar so this class can do both things.Simple command object that extracts a base string from aOAuthRequestDefault implementation ofBaseStringExtractor.Simple command object that generates an OAuth Authorization header to include in the request.Default implementation ofHeaderExtractor.Custom implementation ofTokenExtractorfor OAuth 2.0JSON (default) implementation ofTokenExtractorfor OAuth 2.0TokenExtractor<T extends Token>Simple command object that extracts a concreteTokenfrom a String