IConnectorClientFactory.MakeOAuthClient Method
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.
Make the IOAuthClient implementation.
public Microsoft.Bot.Connector.IOAuthClient MakeOAuthClient ();
abstract member MakeOAuthClient : unit -> Microsoft.Bot.Connector.IOAuthClient
Public Function MakeOAuthClient () As IOAuthClient
Returns
The IOAuthClient implementation.