[[["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-21 UTC."],[[["The `GoogleAssertionTokenRequest` class is used for service account assertion token requests, as detailed in Google's OAuth2 Service Account documentation."],["This class inherits from `TokenRequest` and ultimately from the base `object` class, incorporating various inherited members and methods."],["The latest version of `GoogleAssertionTokenRequest` is 1.69.0, but older versions from 1.68.0 to 1.50.0 are also accessible."],["It has a constructor `GoogleAssertionTokenRequest()` which sets the `grant_type` to `urn:ietf:params:oauth:grant-type:jwt-bearer`."],["The class features an `Assertion` property which is a JWT string that can be set, and it utilizes extension methods for utilities and token request execution."]]],[]]