fetch(new URL("/oauth2/introspect", config.admin).toString(), {
    method: "POST",
    body: params,
  })
    .then(isStatusOk)