Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/supabase/auth
/ IsVerified
Method
IsVerified
internal/models/factor.go:413–415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
411
}
412
413
func
(f *Factor) IsVerified() bool {
414
return
f.Status == FactorStateVerified.String()
415
}
416
417
func
(f *Factor) IsUnverified() bool {
418
return
f.Status == FactorStateUnverified.String()
Callers
11
TestEnrollFactor
Method · 0.80
TestDuplicateEnrollPhoneFactor
Method · 0.80
validateFactors
Function · 0.80
enrollPhoneFactor
Method · 0.80
challengeWebAuthnFactor
Method · 0.80
verifyTOTPFactor
Method · 0.80
verifyPhoneFactor
Method · 0.80
verifyWebAuthnFactor
Method · 0.80
UnenrollFactor
Method · 0.80
HasMFAEnabled
Method · 0.80
WebAuthnCredentials
Method · 0.80
Calls
1
String
Method · 0.45
Tested by
2
TestEnrollFactor
Method · 0.64
TestDuplicateEnrollPhoneFactor
Method · 0.64