public interface HttpAuthToken extends AuthTokenFactory.AuthToken
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationHeader(URL requestUrl,
String requestMethod)
Returns an authorization header to be used for a HTTP request
for the respective authentication token.
|
String getAuthorizationHeader(URL requestUrl, String requestMethod)
requestUrl - the URL being requestedrequestMethod - the HTTP method of the requestCopyright © 2012. All Rights Reserved.