{
  "issuer": "https://thecolorshop.ws",
  "authorization_endpoint": "https://thecolorshop.ws/accounts/login/",
  "token_endpoint": "https://thecolorshop.ws/accounts/token/",
  "jwks_uri": "https://thecolorshop.ws/.well-known/jwks.json",
  "response_types_supported": [
    "code"
  ],
  "grant_types_supported": [
    "authorization_code",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post"
  ],
  "service_documentation": "https://thecolorshop.ws/about/",
  "agent_auth": {
    "register_uri": "https://thecolorshop.ws/signup/",
    "identity_types_supported": [
      "email"
    ],
    "credential_types_supported": [
      "password"
    ]
  }
}