@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-10T11:07:35.698-06:00[America/Chicago]") 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,
org.springframework.util.MultiValueMap<String,String> cookieParams)
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, org.springframework.util.MultiValueMap<String,String> cookieParams)
AuthenticationapplyToParams in interface AuthenticationqueryParams - The query parameters for the requestheaderParams - The header parameters for the requestcookieParams - The cookie parameters for the requestCopyright © 2017–2023 Okta. All rights reserved.