mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Resolve docs error
This commit is contained in:
parent
761bed0569
commit
8397f1b3ae
|
@ -81,7 +81,8 @@ pub struct AccessTokenResponse {
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
pub struct AccessTokenIntrospectRequest {
|
pub struct AccessTokenIntrospectRequest {
|
||||||
pub token: String,
|
pub token: String,
|
||||||
/// https://datatracker.ietf.org/doc/html/rfc7009#section-4.1.2
|
/// Generally not needed. See:
|
||||||
|
/// <https://datatracker.ietf.org/doc/html/rfc7009#section-4.1.2>
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub token_type_hint: Option<String>,
|
pub token_type_hint: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue