[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-21。"],[[["This guide is for advanced users familiar with OAuth 2.0 and its use with Google APIs, offering behind-the-scenes details on authentication with the Google Ads API."],["Access tokens control API access, determined by the 'scope' parameter, with the Google Ads API scope being `https://www.googleapis.com/auth/adwords`."],["Offline access is available for client apps; web apps require setting `access_type` to `offline`, while desktop apps have it enabled by default."],["Access tokens are passed via the `Authorization` HTTP header for REST or bound to a `Channel` for gRPC, and can be refreshed using a securely stored refresh token."],["Client libraries automatically handle token refresh, but developers can consult guides for desktop and web app token management."]]],[]]