{
 "client_id": "https://mise.viveks.me/oauth-client.json",
 "client_name": "Mise",
 "client_uri": "https://mise.viveks.me/",
 "redirect_uris": [
  "http://127.0.0.1:8765/callback",
  "http://127.0.0.1:8766/callback",
  "http://127.0.0.1:8767/callback",
  "http://127.0.0.1:8768/callback"
 ],
 "grant_types": [
  "authorization_code"
 ],
 "response_types": [
  "code"
 ],
 "token_endpoint_auth_method": "none"
}
