fix:rest-api-oauth-client-secret

This commit is contained in:
arpitnath 2021-12-15 18:38:47 +05:30
parent 05ac0e470e
commit b6e3ec3605

View file

@ -15,7 +15,7 @@
"header_prefix": { "type": "string" },
"access_token_url": { "type": "string" },
"client_id": { "type": "string" },
"client_secret": { "type": "string", "encrypted": true },
"client_secret": { "type": "string", "encrypted": false },
"scopes": { "type": "string" },
"auth_url": { "type": "string" },
"client_auth": { "type": "string" },