Jaa


TeamsSSOTokenExchangeMiddleware(IStorage, String) Constructor

Definition

Initializes a new instance of the TeamsSSOTokenExchangeMiddleware class.

public TeamsSSOTokenExchangeMiddleware (Microsoft.Bot.Builder.IStorage storage, string connectionName);
new Microsoft.Bot.Builder.Teams.TeamsSSOTokenExchangeMiddleware : Microsoft.Bot.Builder.IStorage * string -> Microsoft.Bot.Builder.Teams.TeamsSSOTokenExchangeMiddleware
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