// Code generated by oagen. DO NOT EDIT.
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::enums::*;
use serde::{Deserialize, Serialize};
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct ChallengeAuthenticationFactor {
/// A custom template for the SMS message. Use the {{code}} placeholder to include the verification code.
#[serde(skip_serializing_if = "Option::is_none", default)]
pub sms_template: Option<String>,
}