ManagedIdentityAuthenticator(String, String, HttpClient, ILogger) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
로깅을 수행하는 데 사용되는 형식입니다.