fix(core): update

This commit is contained in:
2022-02-19 11:43:10 +01:00
parent 570a1cd6b2
commit 2433b0d7b2
3 changed files with 29 additions and 20 deletions
-8
View File
@@ -130,14 +130,6 @@ export class TinkAccount {
return userAccessToken;
}
public async getTinkLinkCode(externalUserIdArg: string) {
const authorizationCode = this.getUserAuthorizationCode(
externalUserIdArg,
'df05e4b379934cd09963197cc855bfe9',
'authorization:read,authorization:grant,credentials:refresh,credentials:read,credentials:write,providers:read,user:read'
);
}
// the request method for tink respecting platform specific stuff
// e.g. certain headers if needed
public async request(optionsArg: {