Share via


OAuthClientOld(ConnectorClient, String) Constructor

Definition

Initializes a new instance of the OAuthClientOld class.

public OAuthClientOld (Microsoft.Bot.Connector.ConnectorClient client, string uri);
new Microsoft.Bot.Connector.OAuthClientOld : Microsoft.Bot.Connector.ConnectorClient * string -> Microsoft.Bot.Connector.OAuthClientOld
Public Sub New (client As ConnectorClient, uri As String)

Parameters

client
ConnectorClient

The Bot Connector REST client to use.

uri
String

The URL to use to get a token.

Applies to