public class ApiKeyAuth extends Object implements Authentication
| Constructor and Description |
|---|
ApiKeyAuth(String location,
String paramName) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
String |
getApiKey() |
String |
getApiKeyPrefix() |
String |
getLocation() |
String |
getParamName() |
void |
setApiKey(String apiKey) |
void |
setApiKeyPrefix(String apiKeyPrefix) |
Copyright © 2017. All rights reserved.