Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderStep3 Interface Reference

Public Member Functions

ICamundaCloudTokenProviderBuilderStep4 UseClientSecret (string clientSecret)
 Defines the client secret, which should be used to create the access token. You need to create a client in the Camunda Cloud, after that you can find a newly generated client secret there.
 

Member Function Documentation

◆ UseClientSecret()

ICamundaCloudTokenProviderBuilderStep4 Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderStep3.UseClientSecret ( string clientSecret)

Defines the client secret, which should be used to create the access token. You need to create a client in the Camunda Cloud, after that you can find a newly generated client secret there.

Parameters
clientSecretthe client secret, which is supplied by the Camunda Cloud.
Returns
the next step in building a CamundaCloudTokenProvider.

The documentation for this interface was generated from the following file: