ZITADEL Dart

This is the dart library for ZITADEL and related utilities.

This library contains the compiled and generated gRPC service clients for the ZITADEL API.

Also it contains helpers to create the service clients to access the API. With two MetadataProvider (accessTokenProvider and serviceAccountProvider), the clients can be created with the correct authentication already in place.

Head over to the examples to see implementation examples for both cases. Also, other examples such as grpc-web are included in the respective folders.

Libraries

api/admin
Exports all the admin gRPC APIs.
api/auth
Exports all the auth gRPC APIs.
api/clients
Library with helper methods to access the ZITADEL API itself.
constants
Library with constant values that are valid for all ZITADEL related elements.
credentials
Library that contains credentials to access the ZITADEL API and communicate with zitadel itself.
api/management
Exports all the management gRPC APIs.