[Obsolete("https://developers.google.com/identity/protocols/oauth2/index.html#4.-send-the-access-token-to-an-api.")]public class QueryParameterAccessMethod:IAccessMethod
Obsolete.
Thread-safe OAuth 2.0 method for accessing protected resources using an access_token query parameter
as specified in http://tools.ietf.org/html/rfc6750#section-2.3.
This access method is being made obsolete. Please read here for more up to date information:
https://developers.google.com/identity/protocols/oauth2/index.html#4.-send-the-access-token-to-an-api..
Please use BearerToken.AuthorizationHeaderAccessMethod instead.
[[["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-21 UTC."],[[["This document outlines the `QueryParameterAccessMethod` class, part of the `Google.Apis.Auth.OAuth2` namespace within the `Google.Apis.Auth.dll` assembly, specifically for version 1.55.0 of the Google APIs client library."],["The `QueryParameterAccessMethod` is an obsolete method for accessing protected resources with an `access_token` query parameter, and users are directed to instead use the `BearerToken.AuthorizationHeaderAccessMethod`."],["This class implements the `IAccessMethod` interface and inherits members from the base `Object` class, such as `Equals`, `GetHashCode`, and `ToString`."],["The `QueryParameterAccessMethod` provides two core methods: `GetAccessToken`, which retrieves the access token from an `HttpRequestMessage`, and `Intercept`, which allows modification of an `HttpRequestMessage` before execution by providing an `access token`."],["The latest version of the API documentation is available at version 1.69.0, along with historical versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."]]],[]]