{
  "issuer": "https://api.optiqcode.com",
  "authorization_endpoint": "https://optiqcode.com/auth/authorize",
  "token_endpoint": "https://api.optiqcode.com/auth/token",
  "revocation_endpoint": "https://api.optiqcode.com/auth/revoke",
  "registration_endpoint": "https://optiqcode.com/dashboard/api-keys",
  "scopes_supported": [
    "search:read",
    "repos:read",
    "repos:write",
    "repos:delete",
    "jobs:read",
    "admin"
  ],
  "response_types_supported": ["code", "token"],
  "grant_types_supported": ["authorization_code", "client_credentials"],
  "token_endpoint_auth_methods_supported": ["client_secret_basic", "client_secret_post"],
  "service_documentation": "https://optiqcode.com/docs",
  "code_challenge_methods_supported": ["S256"]
}
