{
  "issuer": "https://api.box.com",
  "authorization_endpoint": "https://account.box.com/api/oauth2/authorize",
  "token_endpoint": "https://api.box.com/oauth2/token",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "revocation_endpoint": "https://api.box.com/oauth2/revoke",
  "revocation_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "code_challenge_methods_supported": ["S256"],
  "service_documentation": "https://developer.box.com/guides/authentication/",
  "op_policy_uri": "https://www.box.com/legal/termsofservice",
  "op_tos_uri": "https://www.box.com/legal/termsofservice"
}