Class TokenExtractor20Impl

java.lang.Object
org.scribe.extractors.TokenExtractor20Impl
All Implemented Interfaces:
AccessTokenExtractor

public class TokenExtractor20Impl extends Object implements AccessTokenExtractor
Default implementation of . Conforms to OAuth 2.0
  • Constructor Details

    • TokenExtractor20Impl

      public TokenExtractor20Impl()
  • Method Details

    • extract

      public Token extract(String response)
      Extracts the access token from the contents of an Http Response
      Specified by:
      extract in interface AccessTokenExtractor
      Parameters:
      response - the contents of the response
      Returns:
      OAuth access token