1 2 3 4 5 6
use crate::authentication::mfa::*; #[derive(Serialize, Deserialize)] pub struct RequestParameters { pub access_token: String, }