Struct kanidm_proto::oauth2::AuthorisationRequest [−][src]
pub struct AuthorisationRequest {
pub response_type: String,
pub client_id: String,
pub state: String,
pub pkce_request: Option<PkceRequest>,
pub redirect_uri: Url,
pub scope: String,
pub nonce: Option<String>,
pub oidc_ext: AuthorisationRequestOidc,
pub unknown_keys: BTreeMap<String, Value>,
}
Fields
response_type: String
client_id: String
state: String
pkce_request: Option<PkceRequest>
redirect_uri: Url
scope: String
nonce: Option<String>
oidc_ext: AuthorisationRequestOidc
unknown_keys: BTreeMap<String, Value>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more