mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fix:rest-api-oauth-client-secret
This commit is contained in:
parent
05ac0e470e
commit
b6e3ec3605
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue