[[["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 request a new access token using a refresh token, as specified by the OAuth 2.0 protocol."],["This class inherits from the `TokenRequest` class, meaning it includes properties like `Scope`, `GrantType`, `ClientId`, and `ClientSecret`."],["It contains a constructor that sets the `grant_type` to `refresh_token` and a `RefreshToken` property to manage the refresh token issued to the client."],["The `RefreshTokenRequest` is located within the `Google.Apis.Auth.OAuth2.Requests` namespace and is part of the `Google.Apis.Auth.dll` assembly."],["It also includes extensions such as `Utilities.ThrowIfNull` and `TokenRequestExtensions.ExecuteAsync`, which can be used to enhance the functionality."]]],[]]