Reconstruct or recovery the key using default google login provider

I go though the example on how to use tKey sdk to reconstruct and recovery the private key. Under the example, I have to register a custom google provider which I can call triggerLogin().

May I know is it possible to construct/recovery the private key using the default google provider login (like the example in plug and play) ?
Thank you so much!

  • SDK Version: 7.2.0

As long as you use the same verifier and verifier-id, you will able to reconstruct the same account

1 Like

@cherngwoei I think @richard.lee is asking whether it’s possible to use the default web3auth verifier with the tkey sdk and if so, what is its verifier name to pass to the triggerLogin() call. I’d be curious too