다음을 통해 공유


ManagedIdentityAuthenticator(String, String, HttpClient, ILogger) 생성자

정의

ManagedIdentityAuthenticator 클래스의 새 인스턴스를 초기화합니다.

public ManagedIdentityAuthenticator (string appId, string resource, System.Net.Http.HttpClient customHttpClient = default, Microsoft.Extensions.Logging.ILogger logger = default);
new Microsoft.Bot.Connector.Authentication.ManagedIdentityAuthenticator : string * string * System.Net.Http.HttpClient * Microsoft.Extensions.Logging.ILogger -> Microsoft.Bot.Connector.Authentication.ManagedIdentityAuthenticator
Public Sub New (appId As String, resource As String, Optional customHttpClient As HttpClient = Nothing, Optional logger As ILogger = Nothing)

매개 변수

appId
String

토큰을 획득하는 데 사용할 관리 ID의 클라이언트 ID입니다.

resource
String

토큰을 획득할 리소스입니다.

customHttpClient
HttpClient

HttpClient 클래스의 사용자 지정된 인스턴스입니다.

logger
ILogger

로깅을 수행하는 데 사용되는 형식입니다.

적용 대상