[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe DaiAuthenticationKeyService manages DaiAuthenticationKey objects, which are used for authenticating stream create requests.\u003c/p\u003e\n"],["\u003cp\u003eDaiAuthenticationKeyType determines how a key is used: \u003ccode\u003eAPI\u003c/code\u003e keys are passed directly, while \u003ccode\u003eHMAC\u003c/code\u003e keys generate signatures for authentication.\u003c/p\u003e\n"],["\u003cp\u003eThe service is part of the Google Ad Manager API and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content describes `DaiAuthenticationKeyType`, which defines key types for `DaiAuthenticationKey` objects. The types include `UNKNOWN` for unspecified values, `API` for standard API keys used with the `api-key` parameter, and `HMAC` for HMAC keys that generate signatures for stream creation requests using the `auth-token` parameter. This information is within the `https://www.google.com/apis/ads/publisher/v202411` namespace.\n"],null,["# enum DaiAuthenticationKeyType (v202411)\n\n**Service** \n**DaiAuthenticationKeyService** **Dependencies** \n[DaiAuthenticationKey](/ad-manager/api/reference/v202411/DaiAuthenticationKeyService.DaiAuthenticationKey) \n▼\n**DaiAuthenticationKeyType**\n\nKey types associated with [DaiAuthenticationKey](/ad-manager/api/reference/v202411/DaiAuthenticationKeyService.DaiAuthenticationKey) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `API` | Indicates that the key is a standard API key and should be used with the api-key SDK parameter when authenticating stream create requests. |\n| `HMAC` | Indicates that the key is an HMAC key and should be used to generate a signature for the stream create request with the auth-token SDK parameter. |"]]