public interface BaseStringExtractor
OAuthRequest| Modifier and Type | Method and Description |
|---|---|
String |
extract(OAuthRequest request)
Extracts an url-encoded base string from the
OAuthRequest. |
String extract(OAuthRequest request)
OAuthRequest.
See the oauth spec for more info on this.request - the OAuthRequestCopyright © 2017. All rights reserved.