[[["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."],[[["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."]]],[]]