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 more