다음을 통해 공유


ManagedIdentityAppCredentials.BuildAuthenticator 메서드

정의

토큰 획득에 사용할 지연 AdalAuthenticator 을 빌드합니다.

protected override Lazy<Microsoft.Bot.Connector.Authentication.AdalAuthenticator> BuildAuthenticator ();
override this.BuildAuthenticator : unit -> Lazy<Microsoft.Bot.Connector.Authentication.AdalAuthenticator>
Protected Overrides Function BuildAuthenticator () As Lazy(Of AdalAuthenticator)

반환

지연 AdalAuthenticator입니다.

적용 대상