@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-03-31T14:50:25.293+02:00") public class OAuth extends Object implements Authentication
Constructor and Description |
---|
OAuth() |
Modifier and Type | Method and Description |
---|---|
void |
applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams,
org.springframework.http.HttpHeaders headerParams)
Apply authentication settings to header and / or query parameters.
|
String |
getAccessToken() |
void |
setAccessToken(String accessToken) |
public String getAccessToken()
public void setAccessToken(String accessToken)
public void applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams)
Authentication
applyToParams
in interface Authentication
queryParams
- The query parameters for the requestheaderParams
- The header parameters for the requestCopyright © 2011–2023 aiticon GmbH. All rights reserved.