Skip to content

Commit

Permalink
docs: Fix docs indentation for make html
Browse files Browse the repository at this point in the history
  • Loading branch information
PSanetra committed Nov 8, 2024
1 parent f951a9a commit 84c4162
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyzeebe/channel/oauth_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def create_oauth2_client_credentials_channel(
Args:
grpc_address (str, optional): Zeebe Gateway Address.
Defaults to value from ZEEBE_ADDRESS environment variable
or "{CAMUNDA_CLUSTER_ID}.{CAMUNDA_CLUSTER_REGION}.zeebe.camunda.io:443"
or "localhost:26500".
or "{CAMUNDA_CLUSTER_ID}.{CAMUNDA_CLUSTER_REGION}.zeebe.camunda.io:443"
or "localhost:26500".
client_id (str, optional): The client id.
Defaults to value from CAMUNDA_CLIENT_ID or ZEEBE_CLIENT_ID environment variable
client_secret (str, optional): The client secret.
Expand Down Expand Up @@ -139,13 +139,13 @@ def create_camunda_cloud_channel(
authorization_server (str, optional): The authorization server issuing access tokens
to the client after successfully authenticating the client.
Defaults to value from CAMUNDA_OAUTH_URL
or ZEEBE_AUTHORIZATION_SERVER_URL environment variable
or "https://login.cloud.camunda.io/oauth/token".
or ZEEBE_AUTHORIZATION_SERVER_URL environment variable
or "https://login.cloud.camunda.io/oauth/token".
scope (str | None, optional): The scope of the access request.
audience (str | None, optional): The audience for authentication.
Defaults to value from CAMUNDA_TOKEN_AUDIENCE
or ZEEBE_TOKEN_AUDIENCE environment variable
or "zeebe.camunda.io".
or ZEEBE_TOKEN_AUDIENCE environment variable
or "zeebe.camunda.io".
channel_credentials (grpc.ChannelCredentials): The gRPC channel credentials.
Defaults to grpc.ssl_channel_credentials().
Expand Down

0 comments on commit 84c4162

Please sign in to comment.