{
  "issuer": "https://app.nuorahealth.com",
  "registration_endpoint": "https://app.nuorahealth.com/api/v1/oauth/register",
  "authorization_endpoint": "https://app.nuorahealth.com/api/v1/oauth/authorize",
  "token_endpoint": "https://app.nuorahealth.com/api/v1/oauth/token",
  "revocation_endpoint": "https://app.nuorahealth.com/api/v1/oauth/revoke",
  "scopes_supported": [
    "read:services",
    "write:bookings",
    "write:notifications",
    "read:orders",
    "write:refills",
    "write:safety_reports",
    "offline_access"
  ],
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "client_credentials"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "token_endpoint_auth_methods_supported": [
    "none",
    "client_secret_post",
    "client_secret_basic"
  ],
  "authorization_response_iss_parameter_supported": true,
  "service_documentation": "https://app.nuorahealth.com/llms.txt"
}