public class AuthorizationCodeRequestUrl : AuthorizationRequestUrl
OAuth 2.0 request URL for an authorization web page to allow the end user to authorize the application to
access their protected resources and that returns an authorization code, as specified in
http://tools.ietf.org/html/rfc6749#section-4.1.
[[["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\u003eAuthorizationCodeRequestUrl\u003c/code\u003e class is used to construct OAuth 2.0 request URLs for authorizing an application to access a user's protected resources and obtain an authorization code.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eAuthorizationRequestUrl\u003c/code\u003e and includes properties like \u003ccode\u003eResponseType\u003c/code\u003e, \u003ccode\u003eClientId\u003c/code\u003e, \u003ccode\u003eRedirectUri\u003c/code\u003e, \u003ccode\u003eScope\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, and \u003ccode\u003eAuthorizationServerUrl\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a constructor \u003ccode\u003eAuthorizationCodeRequestUrl(Uri)\u003c/code\u003e to create a new request, setting the response type to \u003ccode\u003ecode\u003c/code\u003e, and takes the authorization server's URI as input.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBuild()\u003c/code\u003e method generates the complete URI required to make the authorization code request.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.69.0 is the latest version for this class, and there are other versions accessible such as 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0.\u003c/p\u003e\n"]]],[],null,[]]