[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRefreshTokenRequest\u003c/code\u003e class is used to request a new access token using a refresh token, as specified by the OAuth 2.0 protocol.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the \u003ccode\u003eTokenRequest\u003c/code\u003e class, meaning it includes properties like \u003ccode\u003eScope\u003c/code\u003e, \u003ccode\u003eGrantType\u003c/code\u003e, \u003ccode\u003eClientId\u003c/code\u003e, and \u003ccode\u003eClientSecret\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a constructor that sets the \u003ccode\u003egrant_type\u003c/code\u003e to \u003ccode\u003erefresh_token\u003c/code\u003e and a \u003ccode\u003eRefreshToken\u003c/code\u003e property to manage the refresh token issued to the client.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRefreshTokenRequest\u003c/code\u003e is located within the \u003ccode\u003eGoogle.Apis.Auth.OAuth2.Requests\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Apis.Auth.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes extensions such as \u003ccode\u003eUtilities.ThrowIfNull\u003c/code\u003e and \u003ccode\u003eTokenRequestExtensions.ExecuteAsync\u003c/code\u003e, which can be used to enhance the functionality.\u003c/p\u003e\n"]]],[],null,[]]