// Code generated by oagen. DO NOT EDIT.
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::enums::*;
use serde::{Deserialize, Serialize};
/// SMS-based authentication factor details.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AuthenticationFactorEnrolledSms {
/// The user's phone number for SMS-based authentication.
pub phone_number: String,
}