MCPcopy 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
413func (f *Factor) IsVerified() bool {
414 return f.Status == FactorStateVerified.String()
415}
416
417func (f *Factor) IsUnverified() bool {
418 return f.Status == FactorStateUnverified.String()

Callers 11

TestEnrollFactorMethod · 0.80
validateFactorsFunction · 0.80
enrollPhoneFactorMethod · 0.80
verifyTOTPFactorMethod · 0.80
verifyPhoneFactorMethod · 0.80
verifyWebAuthnFactorMethod · 0.80
UnenrollFactorMethod · 0.80
HasMFAEnabledMethod · 0.80
WebAuthnCredentialsMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by 2

TestEnrollFactorMethod · 0.64