mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
Update EventbriteOAuth2Api.credentials.ts
This commit is contained in:
@@ -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.',
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user