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

Public Member Functions

ICamundaCloudTokenProviderBuilderStep3 UseClientId (string clientId)
 Defines the client id, 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 id there.
 

Member Function Documentation

◆ UseClientId()

ICamundaCloudTokenProviderBuilderStep3 Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderStep2.UseClientId ( string clientId)

Defines the client id, 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 id there.

Parameters
clientIdthe client id, 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: