[[["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 detailed in the OAuth 2.0 specification."],["This class inherits from `TokenRequest` and further extends functionality with a `RefreshToken` property."],["The `RefreshTokenRequest` class contains a constructor that sets the grant type to `refresh_token` for token request operations."],["Several inherited members, such as `Scope`, `GrantType`, `ClientId`, and `ClientSecret`, are available from the `TokenRequest` parent class for utilization."],["The `RefreshToken` property allows setting and getting the specific refresh token used in the request."]]],[]]