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

<https://anchorfact.org/kb/computer-science/api-request-signing-and-hmac-authentication>
  a schema:TechArticle ;
  schema:headline "API Request Signing and HMAC Authentication" ;
  schema:url <https://anchorfact.org/computer-science/api-request-signing-and-hmac-authentication/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-request-signing-and-hmac-authentication>
  schema:citation <https://learn.microsoft.com/en-us/rest/api/communication/authentication> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-request-signing-and-hmac-authentication>
  schema:citation <https://learn.microsoft.com/en-us/azure/communication-services/tutorials/hmac-header-tutorial> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/api-request-signing-and-hmac-authentication>
  schema:citation <https://docs.github.com/en/webhooks/using-webhooks/validating-webhook-deliveries> ;
  af:sourceTier "B" .