File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,9 @@ class ProtectedResourceMetadata(BaseModel):
147147 resource_documentation : AnyHttpUrl | None = None
148148 resource_policy_uri : AnyHttpUrl | None = None
149149 resource_tos_uri : AnyHttpUrl | None = None
150- #tls_client_certificate_bound_access_tokens default is False, but ommited here for clarity
150+ # tls_client_certificate_bound_access_tokens default is False, but ommited here for clarity
151151 tls_client_certificate_bound_access_tokens : bool | None = None
152152 authorization_details_types_supported : list [str ] | None = None
153153 dpop_signing_alg_values_supported : list [str ] | None = None
154- #dpop_bound_access_tokens_required default is False, but ommited here for clarity
154+ # dpop_bound_access_tokens_required default is False, but ommited here for clarity
155155 dpop_bound_access_tokens_required : bool | None = None
You can’t perform that action at this time.
0 commit comments