@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-oauth-token-introspection>
  a schema:TechArticle ;
  schema:headline "API OAuth Token Introspection" ;
  schema:url <https://anchorfact.org/computer-science/api-oauth-token-introspection/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-oauth-token-introspection>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc7662> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-oauth-token-introspection>
  schema:citation <https://docs.duendesoftware.com/identityserver/reference/endpoints/introspection/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-oauth-token-introspection>
  schema:citation <https://www.keycloak.org/securing-apps/oidc-layers> ;
  af:sourceTier "B" .