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 {
7070 EnrolledAt string `json:"enrolledAt,omitempty"`
7171}
7272
73- // TOTPInfo describes a server side user enrolled second totp factor.
73+ // TOTPInfo describes a user enrolled second TOTP factor.
7474type TOTPInfo struct {}
7575
76- // PhoneMultiFactorInfo describes a user enrolled second phone factor.
76+ // PhoneMultiFactorInfo describes a user enrolled in SMS second factor.
7777type PhoneMultiFactorInfo struct {
7878 PhoneNumber string
7979}
8080
81- // TOTPMultiFactorInfo describes a user enrolled second totp factor.
81+ // TOTPMultiFactorInfo describes a user enrolled in TOTP second factor.
8282type TOTPMultiFactorInfo struct {}
8383
8484type multiFactorEnrollments struct {
You can’t perform that action at this time.
0 commit comments