public class QueryParameterAccessMethod : object, 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 describes the \u003ccode\u003eQueryParameterAccessMethod\u003c/code\u003e class, which is an obsolete OAuth 2.0 method for accessing protected resources using an \u003ccode\u003eaccess_token\u003c/code\u003e query parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryParameterAccessMethod\u003c/code\u003e class is now considered obsolete and users are directed to use \u003ccode\u003eBearerToken.AuthorizationHeaderAccessMethod\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements the \u003ccode\u003eIAccessMethod\u003c/code\u003e interface and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt has two primary methods: \u003ccode\u003eGetAccessToken\u003c/code\u003e, which retrieves the original access token, and \u003ccode\u003eIntercept\u003c/code\u003e, which adds the access token to the HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe document also provides links to documentation for various versions of the API, ranging from 1.50.0 to 1.69.0, with 1.69.0 being the latest.\u003c/p\u003e\n"]]],[],null,[]]