Struct oxide_auth::code_grant::Grant
[−]
[src]
pub struct Grant<'a> {
pub owner_id: Cow<'a, str>,
pub client_id: Cow<'a, str>,
pub redirect_url: Cow<'a, Url>,
pub scope: Cow<'a, Scope>,
pub until: Cow<'a, DateTime<Utc>>,
}Fields
owner_id: Cow<'a, str>
client_id: Cow<'a, str>
redirect_url: Cow<'a, Url>
scope: Cow<'a, Scope>
until: Cow<'a, DateTime<Utc>>