[[["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."],[[["This webpage provides documentation for the `RefreshTokenRequest` class, which is used to request a new access token via a refresh token in OAuth 2.0, as defined by RFC6749 section 6."],["The `RefreshTokenRequest` class inherits from `TokenRequest` and ultimately from `object`, inheriting several members like `Scope`, `GrantType`, `ClientId`, and more."],["The `RefreshTokenRequest` class sets the `grant_type` to `refresh_token` and includes a `RefreshToken` property for setting and retrieving the refresh token."],["The document refers to the latest and previous version of the documentation, with the current version being 1.60.0 and the latest version being 1.69.0."],["This class is found within the `Google.Apis.Auth.OAuth2.Requests` namespace and is part of the `Google.Apis.Auth.dll` assembly."]]],[]]