{
  "issuer": "https://agentmesh.help",
  "authorization_endpoint": "https://agentmesh.help/api/oauth/authorize",
  "token_endpoint": "https://agentmesh.help/api/oauth/token",
  "jwks_uri": "https://agentmesh.help/.well-known/jwks.json",
  "grant_types_supported": [
    "client_credentials",
    "implicit"
  ],
  "response_types_supported": [
    "token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic"
  ],
  "scopes_supported": [
    "marketplace"
  ]
}