From c63345fe31145860a9c4f89581890789490721ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 4 Aug 2022 13:34:41 +0200 Subject: [PATCH] Fix type of metadata pushed authorization request endpoint --- crates/oauth2-types/src/oidc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.