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 either jwt or oauth. If the type is not supplied it will default to jwt.
Example
{
"authentication": {
"type": "jwt"
}
}