List, create & delete auth factor apis

This commit is contained in:
2025-01-27 19:19:31 +08:00
parent a43e89a5a3
commit dc2de65245
6 changed files with 172 additions and 59 deletions

View File

@ -16,6 +16,8 @@ type AuthFactorType = int8
const (
PasswordAuthFactor = AuthFactorType(iota)
EmailPasswordFactor
InAppNotifyFactor
TimeOtpFactor
)
type AuthFactor struct {