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

Function isAuthFlowError

src/core/utils.ts:85–87  ·  view source on GitHub ↗
(result: AuthFlowResult)

Source from the content-addressed store, hash-verified

83}
84
85export function isAuthFlowError(result: AuthFlowResult): result is AuthFlowError {
86 return "error" in result;
87}

Callers 6

initMethod · 0.90
loginMethod · 0.90
enableMFAMethod · 0.90
manageSocialFactorMethod · 0.90
addPasskeyFactorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected