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\u003eThis document outlines the \u003ccode\u003eAuthorizationCodeRequestUrl\u003c/code\u003e class, which is used to generate OAuth 2.0 request URLs for authorization web pages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAuthorizationCodeRequestUrl\u003c/code\u003e class inherits from \u003ccode\u003eAuthorizationRequestUrl\u003c/code\u003e and provides methods to construct a URL for requesting an authorization code.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eResponseType\u003c/code\u003e, \u003ccode\u003eClientId\u003c/code\u003e, \u003ccode\u003eRedirectUri\u003c/code\u003e, \u003ccode\u003eScope\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e, all inherited from the base class \u003ccode\u003eAuthorizationRequestUrl\u003c/code\u003e, to customize the authorization request.\u003c/p\u003e\n"],["\u003cp\u003eIt defines a \u003ccode\u003eBuild()\u003c/code\u003e method that creates and returns a URI for requesting the authorization code, crucial for the authorization process.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Apis.Auth.OAuth2.Requests\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Apis.Auth.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]