다음을 통해 공유


AppCredentials.BuildAuthenticator 메서드

정의

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

protected abstract Lazy<Microsoft.Bot.Connector.Authentication.AdalAuthenticator> BuildAuthenticator ();
abstract member BuildAuthenticator : unit -> Lazy<Microsoft.Bot.Connector.Authentication.AdalAuthenticator>
Protected MustOverride Function BuildAuthenticator () As Lazy(Of AdalAuthenticator)

반환

지연 AdalAuthenticator입니다.

적용 대상