@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-09T15:36:44.645Z[UTC]")
public class HttpBearerAuth
extends java.lang.Object
implements Authentication
| Constructor and Description |
|---|
HttpBearerAuth(java.lang.String scheme) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyToParams(java.util.List<Pair> queryParams,
io.vertx.core.MultiMap headerParams,
io.vertx.core.MultiMap cookieParams)
Apply authentication settings to header and query params.
|
java.lang.String |
getBearerToken() |
void |
setBearerToken(java.lang.String bearerToken) |
public java.lang.String getBearerToken()
public void setBearerToken(java.lang.String bearerToken)
public void applyToParams(java.util.List<Pair> queryParams, io.vertx.core.MultiMap headerParams, io.vertx.core.MultiMap cookieParams)
AuthenticationapplyToParams in interface AuthenticationqueryParams - List of query parametersheaderParams - Map of header parameterscookieParams - Map of cookie parameters