TeamsSSOTokenExchangeMiddleware(IStorage, 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 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
- connectionName
- String
The connection name to use for the single sign on token exchange.