public interface HeaderExtractor
| Modifier and Type | Method and Description |
|---|---|
String |
extract(OAuthRequest request)
Generates an OAuth 'Authorization' Http header to include in requests as the signature.
|
String extract(OAuthRequest request)
request - the AbstractRequest to inspect and generate the headerCopyright © 2018. All rights reserved.