edubase_get_integration_keys
Get the keys and secrets for API and LTI integrations: app/secret, consumer key/secret, or JWK set URL and public key. Treat secrets as confidential.
Instructions
Get the keys and secrets of an integration: the app and secret of API integrations, the consumer key and secret (LTI 1.0/1.1) or the JWK set URL and public key (LTI 1.3) of LMS integrations. Treat the secrets as confidential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration | Yes | integration identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | ||
| jwk | No | ||
| pem | No | ||
| secret | No | ||
| consumer | No |