use serde::{Deserialize, Serialize};
#[dervive(Serialize, Deserialize, Debug)]
pub struct Config {
accountId: u32,
username: str,
password: str,
token: str, userId: str, assertion: str, appKey: str, secret: str,
accessToken: str,
accessTokenSecret: str,
csdsDomain: str, requestTimeout: u32, errorCheckInterval: u32, apiVersion: u32, refreshSessionInterval: u32,
}