@openid4vc/oauth2 0.3.0-alpha-20250812113752 → 0.3.0-alpha-20250813113255

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -913,6 +913,7 @@ var zAuthorizationServerMetadata = z8.object({
913
913
  token_endpoint_auth_methods_supported: z8.optional(z8.array(z8.union([knownClientAuthenticationMethod, z8.string()]))),
914
914
  authorization_endpoint: z8.optional(zHttpsUrl2),
915
915
  jwks_uri: z8.optional(zHttpsUrl2),
916
+ grant_types_supported: z8.optional(z8.array(z8.string())),
916
917
  // RFC7636
917
918
  code_challenge_methods_supported: z8.optional(z8.array(z8.string())),
918
919
  // RFC9449