Jaa


SharePointSSOTokenExchangeMiddleware(IStorage, String) Constructor

Definition

Initializes a new instance of the SharePointSSOTokenExchangeMiddleware class.

public SharePointSSOTokenExchangeMiddleware (Microsoft.Bot.Builder.IStorage storage, string connectionName);
new Microsoft.Bot.Builder.SharePoint.SharePointSSOTokenExchangeMiddleware : Microsoft.Bot.Builder.IStorage * string -> Microsoft.Bot.Builder.SharePoint.SharePointSSOTokenExchangeMiddleware
Public Sub New (storage As IStorage, connectionName As String)

Parameters

storage
IStorage

The IStorage to use for deduplication.

connectionName
String

The connection name to use for the single sign on token exchange.

Applies to