MCPcopy 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
417func (f *Factor) IsUnverified() bool {
418 return f.Status == FactorStateUnverified.String()
419}
420
421func (f *Factor) IsPhoneFactor() bool {
422 return f.FactorType == Phone

Callers 2

enrollPhoneFactorMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected