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

Method invalidLoginParams

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

Source from the content-addressed store, hash-verified

93 }
94
95 public static invalidLoginParams(extraMessage = ""): AuthError {
96 return LoginError.fromCode(5111, extraMessage);
97 }
98
99 public static userNotLoggedIn(extraMessage = ""): AuthError {
100 return LoginError.fromCode(5112, extraMessage);

Callers 3

loginMethod · 0.80

Calls 1

fromCodeMethod · 0.45

Tested by

no test coverage detected