TokenExchangeState type

State object passed to the bot token service.

type TokenExchangeState = {
  connectionName: string,
  conversation: ConversationReference,
  msAppId: string,
  relatesTo: ConversationReference,
}