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

Public Member Functions

ICamundaCloudClientBuilderStep2 UseClientSecret (string clientSecret)
 Defines the client secret, which should be used to communicate with the Camunda Cloud cluster. 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()

ICamundaCloudClientBuilderStep2 Zeebe.Client.Api.Builder.ICamundaCloudClientBuilderStep1.UseClientSecret ( string clientSecret)

Defines the client secret, which should be used to communicate with the Camunda Cloud cluster. 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 ICamundaCloudClient.

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