[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `AuthorizationHeaderAccessMethod` class is a thread-safe OAuth 2.0 method designed for accessing protected resources using the Authorization header, as defined in RFC6750 section 2.1."],["This class, found within the `Google.Apis.Auth.OAuth2` namespace, implements the `IAccessMethod` interface and is part of the `Google.Apis.Auth.dll` assembly."],["It features two main methods: `GetAccessToken`, which retrieves the access token from an HTTP request, and `Intercept`, which adds the access token to an HTTP request before it's sent."],["The `AuthorizationHeaderAccessMethod` is available in various versions, including the latest 1.69.0 and older versions down to 1.50.0."],["The class inherits from System.Object, providing it with base object functionality."]]],[]]