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

Public Member Functions

ICamundaCloudTokenProviderBuilderFinalStep UsePath (string path)
 Use given path to store credentials on disk.
 
CamundaCloudTokenProvider Build ()
 Builds the CamundaCloudTokenProvider, which can be used by the ZeebeClient to communicate with the Camunda Cloud.
 

Member Function Documentation

◆ Build()

CamundaCloudTokenProvider Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep.Build ( )

Builds the CamundaCloudTokenProvider, which can be used by the ZeebeClient to communicate with the Camunda Cloud.

Returns
the CamundaCloudTokenProvider.

◆ UsePath()

ICamundaCloudTokenProviderBuilderFinalStep Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep.UsePath ( string path)

Use given path to store credentials on disk.

Per default credentials are stored in the home directory.

Parameters
pathThe path where to store the credentials.
Returns
The final step in building a CamundaCloudTokenProvider.

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