mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(core): On OAuth access token update only update partial credential (#17135)
Co-authored-by: r00gm <raul00gm@gmail.com>
This commit is contained in:
@@ -223,6 +223,12 @@ export abstract class ICredentialsHelper {
|
||||
data: ICredentialDataDecryptedObject,
|
||||
): Promise<void>;
|
||||
|
||||
abstract updateCredentialsOauthTokenData(
|
||||
nodeCredentials: INodeCredentialsDetails,
|
||||
type: string,
|
||||
data: ICredentialDataDecryptedObject,
|
||||
): Promise<void>;
|
||||
|
||||
abstract getCredentialsProperties(type: string): INodeProperties[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user