#[derive(Debug, Clone)] pub struct SessionContext { pub org_name: String, pub trust_domain: String, pub bascule_endpoint: String, }