{
  "client_id": "https://cimd.cerberauth.com/t/qwik-spa-client.json",
  "client_name": "Qwik SPA",
  "description": "Qwik Single Page Application with OpenID Connect.",
  "identifier": "qwik-spa",
  "logo_uri": "https://cimd.cerberauth.com/logos/qwik.svg",
  "keywords": ["javascript", "qwik"],
  "application_type": "spa",
  "grant_types": ["authorization_code"],
  "response_types": ["code"],
  "token_endpoint_auth_method": "none",
  "scope": "openid profile email",
  "redirect_uris": ["http://localhost:5173/callback"]
}
