Get credentials information in expression

Hi @paulglx,
I do not see an expression variable or an expression method like $credentials, so I don’t think this is possible. Can you explain your use case?

It looks like you are developing your own node, usually your node should manage the credentials internally using something like this:

const credentials = await this.getCredentials('openCellApi');

You can also use your credentials inside your node properties like this.