MCPcopy Create free account
hub / github.com/supabase/auth / IsPhoneFactor

Method IsPhoneFactor

internal/models/factor.go:421–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419}
420
421func (f *Factor) IsPhoneFactor() bool {
422 return f.FactorType == Phone
423}
424
425func (f *Factor) FindChallengeByID(conn *storage.Connection, challengeID uuid.UUID) (*Challenge, error) {
426 var challenge Challenge

Callers 3

adminUserUpdateFactorMethod · 0.80
enrollPhoneFactorMethod · 0.80
challengePhoneFactorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected