Freigeben über


MsalAuth Class

Definition

Authentication class to get access tokens. These tokens in turn are used for signing messages sent to Agents, the Azure Bot Service, Teams, and other services. These tokens are also used to validate incoming data is sent from a trusted source.

This class is used to acquire access tokens using the Microsoft Authentication Library(MSAL).

public class MsalAuth : Microsoft.Agents.Authentication.IAccessTokenProvider, Microsoft.Agents.Authentication.IOBOExchange, Microsoft.Agents.Authentication.Msal.IMSALProvider
type MsalAuth = class
    interface IAccessTokenProvider
    interface IOBOExchange
    interface IMSALProvider
Public Class MsalAuth
Implements IAccessTokenProvider, IMSALProvider, IOBOExchange
Inheritance
MsalAuth
Implements

Applies to