Home > @uniformdev/mesh-sdk > IntegrationDefinitionClient
IntegrationDefinitionClient class
API Client to manage the registration of custom Mesh applications and their identity-delegation credentials.
Signature:
Extends: ApiClient<DefClientOptions>
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Fetches all mesh apps for a team (and optionally also those shared across teams) | ||
|
Deletes a mesh app from a team | ||
|
Revokes an identity-delegation credential. Future delegation grants and refreshes will fail until a new credential is minted; in-flight delegation tokens remain valid until natural expiry (up to ~15 minutes). Caller must be a team admin. | ||
|
Mints or rotates an identity-delegation credential for an integration definition. The plaintext | ||
|
Creates or updates a mesh app definition on a team. Identity-delegation credentials must be minted separately via . |