Documentation - v1.2.0-alpha.3
    Preparing search index...

    Implements

    • Connections
    Index

    Constructors

    Methods

    • Finds a connection based on a map.

      Parameters

      • identity: JwtPayload

        The identity. Usually TurnContext.identity.

      • serviceUrl: string

        The service URL.

      Returns MsalTokenProvider

      The TokenProvider for the connection.

      Example environment variables: connectionsMap__0__connection=seviceConnection connectionsMap__0__serviceUrl=http://..botframework.com/ connectionsMap__0__audience=optional connectionsMap__1__connection=agentic connectionsMap__1__serviceUrl=agentic

      ServiceUrl is: A regex to match with, or "*" for any serviceUrl value. Connection is: A name in the 'Connections' list.