Struct oxide_auth::code_grant::IssuedToken
[−]
[src]
pub struct IssuedToken {
pub token: String,
pub refresh: String,
pub until: DateTime<Utc>,
}Fields
token: String
refresh: String
until: DateTime<Utc>
Trait Implementations
impl Clone for IssuedToken[src]
fn clone(&self) -> IssuedToken[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more