Class OAuth
java.lang.Object
de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth.OAuth
- All Implemented Interfaces:
Authentication
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2026-05-26T08:37:14.167362423Z[Etc/UTC]")
public class OAuth
extends Object
implements Authentication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidApply authentication settings to header and query params.voidsetAccessToken(String accessToken)
-
Field Details
-
accessToken
-
-
Constructor Details
-
OAuth
public OAuth()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
applyToParams
Description copied from interface:AuthenticationApply authentication settings to header and query params.- Specified by:
applyToParamsin interfaceAuthentication- Parameters:
queryParams- List of query parametersheaderParams- Map of header parameters
-