[[["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."],[[["This webpage provides documentation for the `GoogleAssertionTokenRequest` class, which is used for service account assertion token requests as detailed in Google's OAuth2 documentation."],["The `GoogleAssertionTokenRequest` class inherits from `TokenRequest` and ultimately from `Object`, inheriting various members from these parent classes, including methods and properties."],["The class is part of the `Google.Apis.Auth.OAuth2.Requests` namespace and is included within the `Google.Apis.Auth.dll` assembly."],["It includes a constructor, `GoogleAssertionTokenRequest()`, that sets the `grant_type` to `urn:ietf:params:oauth:grant-type:jwt-bearer`, and the `Assertion` property that gets or sets the JWT, including its signature."],["The documentation also lists available extension methods, such as `Utilities.ThrowIfNull\u003cT\u003e(T, String)` and `TokenRequestExtenstions.ExecuteAsync`, for extending functionality."]]],[]]