add OAuth2

This commit is contained in:
shraddha shaligram
2020-06-18 12:29:16 -07:00
12 changed files with 854 additions and 706 deletions

View File

@@ -44,7 +44,7 @@ export class ZoomOAuth2Api implements ICredentialType {
displayName: 'Authentication',
name: 'authentication',
type: 'hidden' as NodePropertyTypes,
default: 'body'
default: 'header'
}
];
}