Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit e8905ed

Browse files
fix(user-management): add SMS to authenticator factor type string
1 parent 756c4ad commit e8905ed

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/mfa/types/authentication_factor.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ pub struct AuthenticationFactorId(String);
1515
pub enum AuthenticationFactorTypeString {
1616
/// Time-based one-time password (TOTP).
1717
Totp,
18+
19+
/// One-time password via SMS message.
20+
Sms,
1821
}
1922

2023
/// The ID and name of an [`AuthenticationFactor`].

0 commit comments

Comments
 (0)