PluginLogoutRequest
Current browser logout payload containing an optional opaque App Connect CRM-session token.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
jwtToken |
string · password | No | Optional sensitive App Connect CRM-session token sent by the browser client. It is not the plugin bearer; treat it as opaque unless a supported validation path exists. |
Example
{
"jwtToken": "string"
}