File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ type multiFactorInfoResponse struct {
70
70
EnrolledAt string `json:"enrolledAt,omitempty"`
71
71
}
72
72
73
- // TOTPInfo describes a server side user enrolled second totp factor.
73
+ // TOTPInfo describes a user enrolled second TOTP factor.
74
74
type TOTPInfo struct {}
75
75
76
- // PhoneMultiFactorInfo describes a user enrolled second phone factor.
76
+ // PhoneMultiFactorInfo describes a user enrolled in SMS second factor.
77
77
type PhoneMultiFactorInfo struct {
78
78
PhoneNumber string
79
79
}
80
80
81
- // TOTPMultiFactorInfo describes a user enrolled second totp factor.
81
+ // TOTPMultiFactorInfo describes a user enrolled in TOTP second factor.
82
82
type TOTPMultiFactorInfo struct {}
83
83
84
84
type multiFactorEnrollments struct {
You can’t perform that action at this time.
0 commit comments