Interface BaseStringExtractor

    • Method Summary

      Modifier and Type Method Description
      String extract​(OAuthRequest request)
      Extracts an url-encoded base string from the OAuthRequest.
    • Method Detail

      • extract

        String extract​(OAuthRequest request)
        Extracts an url-encoded base string from the OAuthRequest. See the oauth spec for more info on this.
        Parameters:
        request - the OAuthRequest
        Returns:
        the url-encoded base string