Authenticationpublic class OAuth extends Object implements Authentication
| Constructor | Description |
|---|---|
OAuth() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
applyToParams(List<Pair> queryParams,
Map<String,String> headerParams) |
Apply authentication settings to header and query params.
|
String |
getAccessToken() |
|
void |
setAccessToken(String accessToken) |
public String getAccessToken()
public void setAccessToken(String accessToken)
public void applyToParams(List<Pair> queryParams, Map<String,String> headerParams)
AuthenticationapplyToParams in interface AuthenticationqueryParams - List of query parametersheaderParams - Map of header parametersCopyright © 2025. All rights reserved.