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