{
  "issuer": "https://ticktick.com",
  "authorization_endpoint": "https://ticktick.com/oauth/authorize",
  "token_endpoint": "https://api.ticktick.com/oauth/token",
  "registration_endpoint": "https://api.ticktick.com/oauth/register",
  "client_registration_types_supported": [
    "dynamic"
  ],
  "registration_types_supported": [
    "dynamic"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_basic"
  ],
  "revocation_endpoint": "https://api.ticktick.com/oauth/token",
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ]
}
