MCPcopy Create free account
hub / github.com/Web3Auth/Auth / userNotLoggedIn

Method userNotLoggedIn

src/core/errors.ts:99–101  ·  view source on GitHub ↗
(extraMessage = "")

Source from the content-addressed store, hash-verified

97 }
98
99 public static userNotLoggedIn(extraMessage = ""): AuthError {
100 return LoginError.fromCode(5112, extraMessage);
101 }
102
103 public static popupClosed(extraMessage = ""): AuthError {
104 return LoginError.fromCode(5113, extraMessage);

Callers 9

logoutMethod · 0.80
enableMFAMethod · 0.80
manageMFAMethod · 0.80
manageSocialFactorMethod · 0.80
addPasskeyFactorMethod · 0.80
getUserInfoMethod · 0.80
getAccessTokenMethod · 0.80
refreshSessionMethod · 0.80

Calls 1

fromCodeMethod · 0.45

Tested by

no test coverage detected