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

<https://anchorfact.org/kb/computer-science/api-oauth-device-authorization-flow>
  a schema:TechArticle ;
  schema:headline "API OAuth Device Authorization Flow" ;
  schema:url <https://anchorfact.org/computer-science/api-oauth-device-authorization-flow/> ;
  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-device-authorization-flow>
  schema:citation <https://datatracker.ietf.org/doc/html/rfc8628> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/api-oauth-device-authorization-flow>
  schema:citation <https://developers.google.com/identity/protocols/oauth2/limited-input-device> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-oauth-device-authorization-flow>
  schema:citation <https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow> ;
  af:sourceTier "B" .