mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
⚡ Clickup OAuth2 support (#649)
* OAuth2 credentials, genericFunctions needed config, UI options for oauth2 support * ⚡ Added options to decide when to to send the bearer * Fixed "undefined property split" issue * ⚡ Small fix * ⚡ Improvements to ClickUp-Node * ⚡ Improvements Co-authored-by: Rupenieks <ru@myos,co> Co-authored-by: ricardo <ricardoespinoza105@gmail.com> Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
This commit is contained in:
@@ -16,6 +16,7 @@ export interface IOAuth2Options {
|
||||
includeCredentialsOnRefreshOnBody?: boolean;
|
||||
property?: string;
|
||||
tokenType?: string;
|
||||
keepBearer?: boolean;
|
||||
}
|
||||
|
||||
export interface IConnection {
|
||||
|
||||
Reference in New Issue
Block a user