Struct kanidmd_lib::value::Oauth2Session
source · pub struct Oauth2Session {
pub parent: Uuid,
pub expiry: Option<OffsetDateTime>,
pub issued_at: OffsetDateTime,
pub rs_uuid: Uuid,
}
Fields§
§parent: Uuid
§expiry: Option<OffsetDateTime>
§issued_at: OffsetDateTime
§rs_uuid: Uuid
Trait Implementations§
source§impl Clone for Oauth2Session
impl Clone for Oauth2Session
source§fn clone(&self) -> Oauth2Session
fn clone(&self) -> Oauth2Session
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Oauth2Session
impl Debug for Oauth2Session
source§impl PartialEq<Oauth2Session> for Oauth2Session
impl PartialEq<Oauth2Session> for Oauth2Session
source§fn eq(&self, other: &Oauth2Session) -> bool
fn eq(&self, other: &Oauth2Session) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.