Improvements to PagerDuty-Node

This commit is contained in:
ricardo
2020-06-14 21:39:30 -04:00
parent 4dac84f506
commit acfc4fc39d
3 changed files with 12 additions and 6 deletions

View File

@@ -26,7 +26,13 @@ export class PagerDutyOAuth2Api implements ICredentialType {
displayName: 'Auth URI Query Parameters',
name: 'authQueryParameters',
type: 'hidden' as NodePropertyTypes,
default: 'grant_type=authorization_code',
default: '',
},
{
displayName: 'Scope',
name: 'scope',
type: 'hidden' as NodePropertyTypes,
default: '',
},
{
displayName: 'Authentication',