1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Fix type of metadata pushed authorization request endpoint

This commit is contained in:
Kévin Commaille
2022-08-04 13:34:41 +02:00
committed by Quentin Gliech
parent c16808a019
commit c63345fe31

View File

@ -224,7 +224,7 @@ pub struct Metadata {
pub require_signed_request_object: Option<bool>,
/// URL of the authorization server's pushed authorization request endpoint.
pub pushed_authorization_request_endpoint: Option<bool>,
pub pushed_authorization_request_endpoint: Option<Url>,
/// Indicates whether the authorization server accepts authorization
/// requests only via PAR.