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-21 UTC."],[[["This document outlines the `AuthorizationCodeRequestUrl` class, which is used to generate OAuth 2.0 request URLs for authorization web pages."],["The `AuthorizationCodeRequestUrl` class inherits from `AuthorizationRequestUrl` and provides methods to construct a URL for requesting an authorization code."],["The class includes properties such as `ResponseType`, `ClientId`, `RedirectUri`, `Scope`, and `State`, all inherited from the base class `AuthorizationRequestUrl`, to customize the authorization request."],["It defines a `Build()` method that creates and returns a URI for requesting the authorization code, crucial for the authorization process."],["This class is part of the `Google.Apis.Auth.OAuth2.Requests` namespace within the `Google.Apis.Auth.dll` assembly."]]],[]]