credentials library
Library that contains credentials to access the ZITADEL API and communicate with zitadel itself.
Classes
- Application
- Application for ZITADEL. An application is an OIDC application type that allows a backend (for example an API for some single page application) to check if sent credentials from a client are valid or not.
- AuthenticationOptions
- Options for the authentication of a ServiceAccount. Define specific access options like ZITADEL API access or additional scopes that should be attached to the returned access token.
- ServiceAccount
- A service account for ZITADEL. The service account can be loaded from a valid JSON string or from a file containing the JSON string. The account is used to communicate with the ZITADEL API and may serve as access token provider for a gRPC service client.