[[["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 `RefreshTokenRequest` class is used to request a new access token using a refresh token, as specified by the OAuth 2.0 protocol."],["This class inherits from `TokenRequest` and is found within the `Google.Apis.Auth.OAuth2.Requests` namespace, part of the `Google.Apis.Auth.dll` assembly."],["`RefreshTokenRequest` contains a constructor that sets the grant type to `refresh_token`, and it also contains a `RefreshToken` property that gets or sets the refresh token issued to the client."],["The class inherits various members from `TokenRequest`, including properties like `Scope`, `GrantType`, `ClientId`, and `ClientSecret`."],["Version 1.69.0 is the latest available version, while other versions are also available, including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."]]],[]]