public static interface HttpProvider.HttpRequestAuthorizer
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(HttpProvider.HttpRequest httpRequest,
String method,
String url,
Map<String,List<String>> formParams)
Computes and adds a signature or token to the request as appropriate
for the authentication or authorization scheme.
|
void authorize(HttpProvider.HttpRequest httpRequest, String method, String url, Map<String,List<String>> formParams)
httpRequest - the HttpRequest under construction,
to which to attach authorizationmethod - the HTTP methodurl - the URL of the requestformParams - the
Content-Type: application/x-www-form-urlencoded
form parameters.Copyright © 2020 HERE Europe B.V. All Rights Reserved.