ShareA is stored on the user’s device
ShareB is managed and split across Web3Auth's Auth Network
ShareC is a recovery share
Usage
import HerondTKey from '@herond/tkey'
const _tKey = new HerondTKey({
enableLogging: true,
clientId: 'BHSdp-IiAoEUV6fpvMFZL12WNk0cXKx0-EKdeJBdVCMtG2LBFED-ice9-0xUnwd4o09Qj7PGnidBJJNqXWt4eU4',
hostUrl: 'https://metadata.tor.us',
network: 'testnet',
networkUrl: 'https://small-long-brook.ropsten.quiknode.pro/e2fd2eb01412e80623787d1c40094465aa67624a',
verifier: 'herond-jwt',
})
res = await tKey.login({
idToken,
deviceShare
})