Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
client_private_key | string | true | false | |
client_secret | string | true | false |
Example
1 { 2 "name": "tixr connection", 3 "type": "tixr", 4 "configuration": { 5 "client_private_key": "", 6 "client_secret": "" 7 } 8 }