{
  "authorization_endpoint": "https://poisar.com/oauth/authorize",
  "code_challenge_methods_supported": [
    "S256"
  ],
  "grant_types_supported": [
    "client_credentials"
  ],
  "issuer": "https://poisar.com",
  "response_types_supported": [],
  "scopes_supported": [
    "public.read"
  ],
  "service_documentation": "https://poisar.com/llms.txt",
  "token_endpoint": "https://poisar.com/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "none"
  ]
}