Authentication
The Meshcapade SDK uses Bearer token authentication. Access tokens are obtained via OAuth2 password grant from the Meshcapade Keycloak instance.
Obtaining an Access Token
Request an access token from the Meshcapade Keycloak endpoint:
1 2 | |
The response contains an access_token field that you pass to the SDK.
Basic Usage
1 2 3 | |
Environment Variable
| Variable | Description |
|---|---|
MESHCAPADE_API_KEY |
Your Meshcapade OAuth2 access token |