public abstract class BearerAuthenticationConnectionProvider extends BaseBearerAuthenticationConnectionProvider<BearerRestConnection>
Parameter for supporting a
bearer authentication connection provider.| Modifier and Type | Field and Description |
|---|---|
protected String |
token |
httpService| Constructor and Description |
|---|
BearerAuthenticationConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken()
Returns the token used to authenticate the requests that will be used to build the corresponding authentication.
|
createConnectionbuildAuthentication, configureClient, connect, disconnect, getBaseUri, getResponseTimeout, initialise, isFollowsRedirect, start, stop@Parameter @Summary(value="The token used to authenticate the requests.") @SecretToken protected String token
public BearerAuthenticationConnectionProvider()
public String getToken()
BaseBearerAuthenticationConnectionProvidergetToken in class BaseBearerAuthenticationConnectionProvider<BearerRestConnection>Copyright © 2022. All rights reserved.