ManagedIdentityAuthenticator Class

Definition

Abstraction to acquire tokens from a Managed Service Identity.

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

Constructors

ManagedIdentityAuthenticator(String, String, IJwtTokenProviderFactory, HttpClient, ILogger)

Initializes a new instance of the ManagedIdentityAuthenticator class.

Methods

GetTokenAsync(Boolean)

Acquires the security token.

Applies to