OAuthClientOld(ConnectorClient, 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 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.