IConnectorClientFactory Interface
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.
Factory for IConnectorClient.
public interface IConnectorClientFactory
type IConnectorClientFactory = interface
Public Interface IConnectorClientFactory
- Derived
Methods
MakeConnectorClient() |
Make the IConnectorClient implementation. |
MakeOAuthClient() |
Make the IOAuthClient implementation. |
MakeStateClient() |
Make the IStateClient implementation. |