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
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]Deserialize this value from the given Serde deserializer. Read more