Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
export
function
isAuthFlowError(result: AuthFlowResult): result is AuthFlowError {
86
return
"error"
in result;
87
}
Callers
6
init
Method · 0.90
login
Method · 0.90
enableMFA
Method · 0.90
manageSocialFactor
Method · 0.90
addAuthenticatorFactor
Method · 0.90
addPasskeyFactor
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected