Package com.jumio.sdk.api_v1.auth
Class HttpBearerAuth
java.lang.Object
com.jumio.sdk.api_v1.auth.HttpBearerAuth
- All Implemented Interfaces:
-
Authentication
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:19.971977400+02:00[Europe/Vienna]") public class HttpBearerAuth
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.voidsetBearerToken(String bearerToken)
-
Constructor Details
-
HttpBearerAuth
-
-
Method Details
-
getBearerToken
-
setBearerToken
-
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
-