Merge branch 'master' into messages
commit
d4b2fd0e1a
|
@ -16,7 +16,8 @@
|
||||||
//! User sessions.
|
//! User sessions.
|
||||||
|
|
||||||
use crate::identifiers::UserId;
|
use crate::identifiers::UserId;
|
||||||
/// A user session, containing an access token and information about the associated user account.
|
/// A user session, containing an access token and information about the
|
||||||
|
/// associated user account.
|
||||||
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
||||||
pub struct Session {
|
pub struct Session {
|
||||||
/// The access token used for this session.
|
/// The access token used for this session.
|
||||||
|
|
Loading…
Reference in New Issue