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