fix(core): update
This commit is contained in:
@@ -52,7 +52,7 @@ export class TinkAccount {
|
||||
return clientAccessToken;
|
||||
}
|
||||
|
||||
public async getUserAuthroizationCode(
|
||||
public async getUserAuthorizationCode(
|
||||
externalUserIdArg: string,
|
||||
actorCLientIdArg: string,
|
||||
scopeArg: string
|
||||
@@ -131,7 +131,7 @@ export class TinkAccount {
|
||||
}
|
||||
|
||||
public async getTinkLinkCode(externalUserIdArg: string) {
|
||||
const authorizationCode = this.getUserAuthroizationCode(
|
||||
const authorizationCode = this.getUserAuthorizationCode(
|
||||
externalUserIdArg,
|
||||
'df05e4b379934cd09963197cc855bfe9',
|
||||
'authorization:read,authorization:grant,credentials:refresh,credentials:read,credentials:write,providers:read,user:read'
|
||||
|
||||
Reference in New Issue
Block a user