diff --git a/crates/oauth2-types/src/oidc.rs b/crates/oauth2-types/src/oidc.rs index a06b7a52..8e946c37 100644 --- a/crates/oauth2-types/src/oidc.rs +++ b/crates/oauth2-types/src/oidc.rs @@ -224,7 +224,7 @@ pub struct Metadata { pub require_signed_request_object: Option, /// URL of the authorization server's pushed authorization request endpoint. - pub pushed_authorization_request_endpoint: Option, + pub pushed_authorization_request_endpoint: Option, /// Indicates whether the authorization server accepts authorization /// requests only via PAR.