Update EventbriteOAuth2Api.credentials.ts

This commit is contained in:
Rupenieks
2020-06-16 14:16:53 +02:00
parent 04f1f26248
commit 755079c360

View File

@@ -40,21 +40,8 @@ export class EventbriteOAuth2Api implements ICredentialType {
{ {
displayName: 'Authentication', displayName: 'Authentication',
name: 'authentication', name: 'authentication',
type: 'options' as NodePropertyTypes, type: 'hidden' as NodePropertyTypes,
options: [ default: 'body'
{
name: 'Body',
value: 'body',
description: 'Send credentials in body',
},
{
name: 'Header',
value: 'header',
description: 'Send credentials as Basic Auth header',
},
],
default: 'header',
description: 'Resource to consume.',
}, },
]; ];
} }