ManagedIdentityAuthenticator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, HttpClient, ILogger) |
Initializes a new instance of the ManagedIdentityAuthenticator class. |
Methods
GetTokenAsync(Boolean) |
Acquires the security token. |