OAuthConsentRequestOutputItem(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of OAuthConsentRequestOutputItem.
public OAuthConsentRequestOutputItem(string id, string consentLink, string serverLabel);
new Azure.AI.AgentServer.Responses.Models.OAuthConsentRequestOutputItem : string * string * string -> Azure.AI.AgentServer.Responses.Models.OAuthConsentRequestOutputItem
Public Sub New (id As String, consentLink As String, serverLabel As String)
Parameters
- id
- String
- consentLink
- String
The link the user can use to perform OAuth consent.
- serverLabel
- String
The server label for the OAuth consent request.
Exceptions
id, consentLink or serverLabel is null.