Type Alias atrium_api::agent::Session
source · pub type Session = Output;Available on crate feature
agent only.Expand description
Type alias for the com::atproto::server::create_session::Output
Aliased Type§
struct Session {
pub data: OutputData,
pub extra_data: Ipld,
}Fields§
§data: OutputData§extra_data: Ipld