node-red-contrib-opentext
Version:
node-red-contrib-opentext - An Opentext Core client
21 lines (20 loc) • 683 B
JSON
{
"ot2auth": {
"ot2auth": "Opentext Core authorisation",
"label": {
"name": "Name",
"access_token_url": "Access Token URL",
"client_id": "Client ID",
"client_secret": "Client Secret"
},
"placeholder":{
"name": "Opentext Core authorisation node",
"access_token_url": "https://otdsauth.ot2.opentext.com/oauth2/token",
"client_id": "012493af6282be51660dbc8e21a8462e",
"client_secret": "5621bd4b5a8b09ed31817efb8d54fda2c72bfc1c6968cd4563d83f7cc26f68f6"
},
"opts": {
"client_credentials": "Client Credentials"
}
}
}