Class OAuth
java.lang.Object
travel.wink.sdk.channel.manager.invoker.auth.OAuth
- All Implemented Interfaces:
Authentication
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-28T11:52:13.869765881+07:00[Asia/Bangkok]")
public class OAuth
extends Object
implements Authentication
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyToParams(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.voidsetAccessToken(String accessToken)
-
Constructor Details
-
OAuth
public OAuth()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
applyToParams
public void applyToParams(org.springframework.util.MultiValueMap<String, String> queryParams, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String, String> cookieParams) Description copied from interface:AuthenticationApply authentication settings to header and / or query parameters.- Specified by:
applyToParamsin interfaceAuthentication- Parameters:
queryParams- The query parameters for the requestheaderParams- The header parameters for the requestcookieParams- The cookie parameters for the request
-