Interface BaseStringExtractor

    • Method Detail

      • extract

        java.lang.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