Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Web3Auth/Auth
/ printUserInfo
Function
printUserInfo
examples/react-example/src/App.tsx:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
};
25
26
const printUserInfo = async () => {
27
const userInfo = auth.getUserInfo();
28
printToConsole(userInfo);
29
};
30
31
async function login() {
32
setLoading(true);
Callers
2
login
Function · 0.85
initializeAuth
Function · 0.85
Calls
2
printToConsole
Function · 0.85
getUserInfo
Method · 0.80
Tested by
no test coverage detected