AdalAuthenticator Class

Definition

An authentication class that implements IAuthenticator, used to authenticate requests against Azure.

public class AdalAuthenticator : Microsoft.Bot.Connector.Authentication.IAuthenticator
type AdalAuthenticator = class
    interface IAuthenticator
Public Class AdalAuthenticator
Implements IAuthenticator
Inheritance
AdalAuthenticator
Implements

Constructors

AdalAuthenticator(ClientAssertionCertificate, Boolean, OAuthConfiguration, HttpClient, ILogger)

Initializes a new instance of the AdalAuthenticator class.

AdalAuthenticator(ClientAssertionCertificate, OAuthConfiguration, HttpClient, ILogger)

Initializes a new instance of the AdalAuthenticator class.

AdalAuthenticator(ClientCredential, OAuthConfiguration, HttpClient)

Initializes a new instance of the AdalAuthenticator class.

AdalAuthenticator(ClientCredential, OAuthConfiguration, HttpClient, ILogger)

Initializes a new instance of the AdalAuthenticator class.

Methods

GetTokenAsync(Boolean)

Performs the call to acquire a security token.

Explicit Interface Implementations

IAuthenticator.GetTokenAsync(Boolean)

Applies to