EnvironmentBuilder.OAuth2Configuration |
EnvironmentBuilder.OAuth2Configuration.clientId(String clientId) |
Set the OAuth 2 client ID
|
EnvironmentBuilder.OAuth2Configuration |
EnvironmentBuilder.OAuth2Configuration.clientSecret(String clientSecret) |
Set the secret (password) to use to get a token.
|
EnvironmentBuilder.OAuth2Configuration |
EnvironmentBuilder.OAuth2Configuration.grantType(String grantType) |
Set the grant type to use when requesting the token.
|
EnvironmentBuilder.OAuth2Configuration |
EnvironmentBuilder.oauth2() |
OAuth 2 settings.
|
EnvironmentBuilder.OAuth2Configuration |
EnvironmentBuilder.OAuth2Configuration.parameter(String name,
String value) |
Set a parameter to pass in the request.
|
EnvironmentBuilder.OAuth2Configuration |
EnvironmentBuilder.OAuth2Configuration.sslContext(SSLContext sslContext) |
|
EnvironmentBuilder.OAuth2Configuration |
EnvironmentBuilder.OAuth2Configuration.tokenEndpointUri(String uri) |
Set the URI to access to get the token.
|