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

    Provides tokens using MSAL.

    Implements

    Index

    Constructors

    Properties

    connectionSettings?: AuthConfiguration

    The AuthConfiguration used for token acquisition.

    Methods

    • Get an access token for the agentic user

      Parameters

      • tenantId: string
      • agentAppInstanceId: string
      • agenticUserId: string
      • scopes: string[]

      Returns Promise<string>

      a promise that resolves to the access token.