[[["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."],[[["The `GoogleAssertionTokenRequest` class is used to create service account assertion token requests, as detailed in Google's OAuth2 Service Account documentation."],["This class inherits from `TokenRequest` and is found within the `Google.Apis.Auth.OAuth2.Requests` namespace, part of the `Google.Apis.Auth.dll` assembly."],["`GoogleAssertionTokenRequest` includes a constructor that initializes a new token request and sets the `grant_type` to `urn:ietf:params:oauth:grant-type:jwt-bearer`."],["It has a property named `Assertion` which is a string that holds the JWT for the token request, including the digital signature."],["This class has various versions, including the latest at 1.69.0, and older versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."]]],[]]