Skip to content

Commit ca233e6

Browse files
committed
Added getUserInfo() method
1 parent 79d1cc4 commit ca233e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/Plugins/Web3AuthSDK/Web3Auth.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,11 @@ public string getEd25519PrivKey()
444444
return ed25519Key;
445445
}
446446

447+
public UserInfo getUserInfo()
448+
{
449+
return web3AuthResponse.userInfo;
450+
}
451+
447452
public void Update()
448453
{
449454
lock (_executionQueue)

0 commit comments

Comments
 (0)