Module zitadel::api::clients

source ·
Expand description

Module with convenience functions to create clients for ZITADEL API access. When the credentials feature is enabled, additional modules provide access to functions that create clients with specific interceptors for authentication.

Modules

  • Module with convenience functions to create clients for ZITADEL API access with an arbitrary access token. The access token may be one of the following types:
  • Module with convenience functions to create clients for ZITADEL API access with ServiceAccount authentication. Provide a service account JWT profile to create a gRPC service client that fetches a valid access token from ZITADEL.

Enums

  • Errors that may occur when creating a client.

Functions