[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"]],[["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-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eQueryParameterAccessMethod\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Apis.Auth.OAuth2\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Apis.Auth.dll\u003c/code\u003e assembly, specifically for version 1.55.0 of the Google APIs client library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryParameterAccessMethod\u003c/code\u003e is an obsolete method for accessing protected resources with an \u003ccode\u003eaccess_token\u003c/code\u003e query parameter, and users are directed to instead use the \u003ccode\u003eBearerToken.AuthorizationHeaderAccessMethod\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements the \u003ccode\u003eIAccessMethod\u003c/code\u003e interface and inherits members from the base \u003ccode\u003eObject\u003c/code\u003e class, such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryParameterAccessMethod\u003c/code\u003e provides two core methods: \u003ccode\u003eGetAccessToken\u003c/code\u003e, which retrieves the access token from an \u003ccode\u003eHttpRequestMessage\u003c/code\u003e, and \u003ccode\u003eIntercept\u003c/code\u003e, which allows modification of an \u003ccode\u003eHttpRequestMessage\u003c/code\u003e before execution by providing an \u003ccode\u003eaccess token\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]