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