{
  "issuer": "https://hungrygoblin.com",
  "authorization_endpoint": "https://zonykdtrkbptszqellsn.supabase.co/functions/v1/oauth-server/authorize",
  "token_endpoint": "https://zonykdtrkbptszqellsn.supabase.co/functions/v1/oauth-server/token",
  "registration_endpoint": "https://zonykdtrkbptszqellsn.supabase.co/functions/v1/oauth-server/register",
  "introspection_endpoint": "https://zonykdtrkbptszqellsn.supabase.co/functions/v1/oauth-server/introspect",
  "revocation_endpoint": "https://zonykdtrkbptszqellsn.supabase.co/functions/v1/oauth-server/revoke",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "token_endpoint_auth_methods_supported": ["none", "client_secret_post"],
  "code_challenge_methods_supported": ["S256"],
  "scopes_supported": [
    "recipes:read",
    "recipes:write",
    "recipes:delete",
    "history:read",
    "history:write",
    "history:delete",
    "suggestions:read",
    "search:read",
    "offline_access"
  ],
  "pkce_required": true,
  "client_id_metadata_document_supported": true
}
