Uses of Class
io.camunda.zeebe.client.impl.oauth.OAuthCredentialsProviderBuilder
Packages that use OAuthCredentialsProviderBuilder
-
Uses of OAuthCredentialsProviderBuilder in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return OAuthCredentialsProviderBuilder -
Uses of OAuthCredentialsProviderBuilder in io.camunda.zeebe.client.impl.oauth
Methods in io.camunda.zeebe.client.impl.oauth that return OAuthCredentialsProviderBuilderModifier and TypeMethodDescriptionThe resource for which the access token should be valid.OAuthCredentialsProviderBuilder.authorizationServerUrl(String authorizationServerUrl) The authorization server's URL, from which the access token will be requested.Client id to be used when requesting access token from OAuth authorization server.OAuthCredentialsProviderBuilder.clientSecret(String clientSecret) Client secret to be used when requesting access token from OAuth authorization server.OAuthCredentialsProviderBuilder.connectTimeout(Duration connectTimeout) The connection timeout of request.OAuthCredentialsProviderBuilder.credentialsCachePath(String cachePath) The location for the credentials cache file.OAuthCredentialsProviderBuilder.readTimeout(Duration readTimeout) The data read timeout of request.The scopes of the access token.