[[["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 the OAuth2 Service Account documentation."],["This class inherits from `TokenRequest`, and ultimately from the base `object` class, incorporating various inherited members and methods."],["The class includes a constructor, `GoogleAssertionTokenRequest()`, which sets the `grant_type` to `urn:ietf:params:oauth:grant-type:jwt-bearer`."],["It also has a property named `Assertion` of type `string`, used to get or set the JWT, including its signature."],["This class is a part of the Google.Apis.Auth.OAuth2.Requests namespace and is included in the Google.Apis.Auth.dll assembly, with version information for the API located in the top navigation."]]],[]]