[[["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 `RefreshTokenRequest` class is used to refresh an OAuth 2.0 access token using a refresh token, as defined in RFC6749, section 6."],["This class inherits from `TokenRequest` and ultimately from `object`, inheriting various methods and properties related to token requests and object management."],["The `RefreshTokenRequest` class includes a `RefreshToken` property, which is a string representing the refresh token issued to the client and is marked as a request parameter."],["The `RefreshTokenRequest()` constructor initializes a new refresh token request and automatically sets the `grant_type` to `refresh_token`."],["Several versions of the Google.Apis library are available, ranging from version 1.50.0 to the latest version 1.69.0, with links to their respective documentation."]]],[]]