Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/supabase/auth
/ IsUnverified
Method
IsUnverified
internal/models/factor.go:417–419 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
415
}
416
417
func
(f *Factor) IsUnverified() bool {
418
return
f.Status == FactorStateUnverified.String()
419
}
420
421
func
(f *Factor) IsPhoneFactor() bool {
422
return
f.FactorType == Phone
Callers
2
enrollPhoneFactor
Method · 0.80
challengeWebAuthnFactor
Method · 0.80
Calls
1
String
Method · 0.45
Tested by
no test coverage detected