fix(core): update
This commit is contained in:
parent
031d140a44
commit
d108baf672
@ -33,7 +33,7 @@ Use TypeScript for best inclass intellisense
|
|||||||
import * as tink from '@mojoio/tink';
|
import * as tink from '@mojoio/tink';
|
||||||
|
|
||||||
const tinkAccount = new TinkAccount('clientId', 'clientSecret');
|
const tinkAccount = new TinkAccount('clientId', 'clientSecret');
|
||||||
const tinkUser = await tinkAccount.createTinkUser('YouOwnUniqueUserId');
|
const tinkUser = await tinkAccount.createTinkUser('YourOwnUniqueUserId');
|
||||||
const tinkLinkUrl = await tinkUser.getTinkLink();
|
const tinkLinkUrl = await tinkUser.getTinkLink();
|
||||||
|
|
||||||
// present the link to your user to connect their bank accounts to the tink platform.
|
// present the link to your user to connect their bank accounts to the tink platform.
|
||||||
|
Loading…
Reference in New Issue
Block a user