feat(core): enable sending client credentials in body (#4377)

*  Enable inject credentials in the body for OAuth2 CC

* 🐛 Persist token data

* 👕 Fix linting error
This commit is contained in:
Ricardo Espinoza
2022-10-20 11:15:28 -04:00
committed by GitHub
parent 356a42a187
commit 7fcd821cad
3 changed files with 28 additions and 9 deletions

View File

@@ -82,11 +82,6 @@ export class OAuth2Api implements ICredentialType {
displayName: 'Authentication',
name: 'authentication',
type: 'options',
displayOptions: {
show: {
grantType: ['authorizationCode'],
},
},
options: [
{
name: 'Body',