[[["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 `TokenResponseException` class is thrown when a token error occurs during the expectation of an authorization code or access token."],["This exception class inherits from `Exception` and implements `ISerializable`, with further links to inherited members from those classes."],["The class is within the `Google.Apis.Auth.OAuth2.Responses` namespace and found in the `Google.Apis.Auth.dll` assembly."],["Constructors are available to create `TokenResponseException` instances with a `TokenErrorResponse` and optionally with an `HttpStatusCode`."],["The exception provides properties to access the error information (`Error` of type `TokenErrorResponse`) and the HTTP status code of the error (`StatusCode` of type `Nullable\u003cHttpStatusCode\u003e`)."]]],[]]