다음을 통해 공유


AppCredentials.BuildIAuthenticator 메서드

정의

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

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

반환

지연 IAuthenticator입니다.

적용 대상