fix(core): update
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user