![]() |
Zeebe C# Client 2.9.0
C# Client to communicate with an Zeebe Gateway
|
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. | |
CamundaCloudTokenProvider Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilderFinalStep.Build | ( | ) |
Builds the CamundaCloudTokenProvider, which can be used by the ZeebeClient to communicate with the Camunda Cloud.
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.
path | The path where to store the credentials. |