Struct kanidm_proto::oauth2::AuthorisationRequest [−][src]
pub struct AuthorisationRequest { pub response_type: String, pub client_id: String, pub state: Base64UrlSafeData, pub code_challenge: Base64UrlSafeData, pub code_challenge_method: CodeChallengeMethod, pub redirect_uri: Url, pub scope: String, }
Fields
response_type: String
client_id: String
state: Base64UrlSafeData
code_challenge: Base64UrlSafeData
code_challenge_method: CodeChallengeMethod
redirect_uri: Url
scope: String
Trait Implementations
impl<'de> Deserialize<'de> for AuthorisationRequest
[src]
impl<'de> Deserialize<'de> for AuthorisationRequest
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Serialize for AuthorisationRequest
[src]
impl Serialize for AuthorisationRequest
[src]Auto Trait Implementations
impl RefUnwindSafe for AuthorisationRequest
impl Send for AuthorisationRequest
impl Sync for AuthorisationRequest
impl Unpin for AuthorisationRequest
impl UnwindSafe for AuthorisationRequest
Blanket Implementations
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,