OAuthCredentialsProviderBuilder |
OAuthCredentialsProviderBuilder.audience(String audience) |
The resource for which the the access token should be valid.
|
OAuthCredentialsProviderBuilder |
OAuthCredentialsProviderBuilder.authorizationServerUrl(String authorizationServerUrl) |
The authorization server's URL, from which the access token will be requested.
|
OAuthCredentialsProviderBuilder |
OAuthCredentialsProviderBuilder.clientId(String clientId) |
Client id to be used when requesting access token from OAuth authorization server.
|
OAuthCredentialsProviderBuilder |
OAuthCredentialsProviderBuilder.clientSecret(String clientSecret) |
Client secret to be used when requesting access token from OAuth authorization server.
|
OAuthCredentialsProviderBuilder |
OAuthCredentialsProviderBuilder.connectTimeout(Duration connectTimeout) |
The connection timeout of request.
|
OAuthCredentialsProviderBuilder |
OAuthCredentialsProviderBuilder.credentialsCachePath(String cachePath) |
The location for the credentials cache file.
|
OAuthCredentialsProviderBuilder |
OAuthCredentialsProviderBuilder.readTimeout(Duration readTimeout) |
The data read timeout of request.
|