Class JsonTokenExtractor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Token extract​(java.lang.String response)
      Extracts the access token from the contents of an Http Response
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonTokenExtractor

        public JsonTokenExtractor()
    • Method Detail

      • extract

        public Token extract​(java.lang.String response)
        Description copied from interface: AccessTokenExtractor
        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