Documentation
Authentication
Defines the authentication type to use when signing requests between the host application and the connect add on. The authentication type can be JWT or none. If the type is not supplied it will default to JWT.
Example
{ "authentication": { "type": "jwt" } }