MCPcopy 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

loginFunction · 0.85
initializeAuthFunction · 0.85

Calls 2

printToConsoleFunction · 0.85
getUserInfoMethod · 0.80

Tested by

no test coverage detected