PluginRegistrationResponse
Plugin-issued account credential that App Connect stores for later server-to-server calls.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
jwtToken |
string | Yes | Sensitive account-scoped plugin bearer credential. The name is retained for compatibility, but the value can be a JWT or any opaque token understood by the plugin server; App Connect does not inspect its claims. Minimum length: 1. |
Example
{
"jwtToken": "string"
}