Struct oxide_auth::code_grant::IssuedToken [] [src]

pub struct IssuedToken {
    pub token: String,
    pub refresh: String,
    pub until: DateTime<Utc>,
}

Fields

Trait Implementations

impl Clone for IssuedToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IssuedToken
[src]

[src]

Formats the value using the given formatter.