[Archive] Reconstruct or recovery the key using default google login provider

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by richard.lee on 3/31/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.


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

@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