{
  "grant_request_endpoint": "https://auth.counteragent.io/gnap/grant",
  "interaction_start_modes_supported": ["redirect", "app", "user_code"],
  "interaction_finish_methods_supported": ["redirect", "push"],
  "key_proofs_supported": ["httpsig", "dpop"],
  "subject_formats_supported": ["iss_sub", "opaque", "email"],
  "assertions_supported": ["oidc", "saml2"],
  "token_formats_supported": ["jwt", "macaroon"],
  "grant_management_endpoint": "https://auth.counteragent.io/gnap/manage",
  "revocation_endpoint": "https://auth.counteragent.io/gnap/revoke",
  "resource_registration_endpoint": "https://auth.counteragent.io/gnap/resource",
  "key_rotation_supported": true,
  "introspection_endpoint": "https://auth.counteragent.io/gnap/introspect",
  "service_documentation": "https://counteragent.io/docs/authentication/gnap",
  "grant_request_params_supported": {
    "access_token": true,
    "subject": true,
    "client": true,
    "interact": true
  }
}
