[[["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 per Google's OAuth2 specifications."],["The `GoogleAssertionTokenRequest` class inherits from `TokenRequest` and ultimately from the base `object` class, and it includes inherited members such as `Scope`, `GrantType`, `ClientId`, and `ClientSecret`."],["The class constructor, `GoogleAssertionTokenRequest()`, sets the `grant_type` to `urn:ietf:params:oauth:grant-type:jwt-bearer` for refresh code token requests."],["A key property of this class is `Assertion`, which is of type `string` and is used to set or get the JWT (including its signature)."],["The page also lists previous versions of the documentation, with version 1.69.0 being the latest, and contains information regarding the class's namespace, assembly, and extension methods."]]],[]]