[[["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."],[[["TokenResponseException is an exception class within the Google.Apis.Auth.OAuth2.Responses namespace that is thrown when a token error occurs during the expectation of an authorization code or an access token."],["This class inherits from the base Exception class and implements the ISerializable interface, offering functionalities like GetBaseException(), GetType(), and ToString()."],["The exception can be constructed with either a TokenErrorResponse object or with both a TokenErrorResponse object and an optional HttpStatusCode, providing error details and the status code if available."],["TokenResponseException exposes properties such as Error, which holds the TokenErrorResponse, and StatusCode, which contains the HTTP status code associated with the error, if available."]]],[]]