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"]],[["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."],[[["The `AuthorizationCodeRequestUrl` class is used to construct OAuth 2.0 request URLs for web page authorization, enabling applications to gain user consent for resource access."],["This class inherits from `AuthorizationRequestUrl` and ultimately from the base `Object` class, inheriting a multitude of members and methods."],["It includes a constructor that takes a `Uri` representing the authorization server's URL, setting the response type to 'code' for requesting an authorization code."],["The `Build()` method generates a complete `Uri` that, when accessed, will initiate the authorization code request."],["Version 1.69.0 is the latest release with the previous versions listed, down to version 1.50.0."]]],[]]