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

Public Member Functions

ICamundaCloudTokenProviderBuilder UseLoggerFactory (ILoggerFactory loggerFactory)
 Defines the logger factory which should be used by the token provider to log messages. This is optional and no messages are logged if this method is not called..
 
ICamundaCloudTokenProviderBuilderStep2 UseAuthServer (string url)
 Defines the authorization server, from which the access token should be requested.
 

Member Function Documentation

◆ UseAuthServer()

ICamundaCloudTokenProviderBuilderStep2 Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilder.UseAuthServer ( string url)

Defines the authorization server, from which the access token should be requested.

Parameters
urlan url, which points to the authorization server.
Returns
the next step in building a CamundaCloudTokenProvider.

◆ UseLoggerFactory()

ICamundaCloudTokenProviderBuilder Zeebe.Client.Api.Builder.ICamundaCloudTokenProviderBuilder.UseLoggerFactory ( ILoggerFactory loggerFactory)

Defines the logger factory which should be used by the token provider to log messages. This is optional and no messages are logged if this method is not called..

Parameters
loggerFactorythe factory to create an ILogger.
Returns
the fluent ICamundaCloudTokenProviderBuilder.

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