🐛 Handle Wise SCA requests (#2734)

This commit is contained in:
pemontto
2022-03-06 10:41:01 +00:00
committed by GitHub
parent fbdb5eb0fa
commit f350b9e1c0
5 changed files with 95 additions and 15 deletions

View File

@@ -30,5 +30,15 @@ export class WiseApi implements ICredentialType {
},
],
},
{
displayName: 'Private Key (Optional)',
name: 'privateKey',
type: 'string',
default: '',
description: 'Optional private key used for Strong Customer Authentication (SCA). Only needed to retrieve statements, and execute transfers.',
typeOptions: {
alwaysOpenEditWindow: true,
},
},
];
}