#[allow(unused_imports)]useserde_json::Value;#[derive(Debug, Serialize, Deserialize)]pubstructAuthId{/// Specifies properties for a security token for the currently authenticated user.
#[serde(rename ="ntoken")]pubntoken: Option <crate::models::AuthIdNtoken>,
}