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