다음을 통해 공유


BotFrameworkAdapter.BuildCredentialsAsync(String, String) 메서드

정의

이 HttpClient에 대한 토큰을 획득하는 데 사용할 개체를 빌드 AppCredentials 하는 논리입니다.

protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AppCredentials> BuildCredentialsAsync (string appId, string oAuthScope = default);
abstract member BuildCredentialsAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AppCredentials>
override this.BuildCredentialsAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AppCredentials>
Protected Overridable Function BuildCredentialsAsync (appId As String, Optional oAuthScope As String = Nothing) As Task(Of AppCredentials)

매개 변수

appId
String

애플리케이션 ID입니다.

oAuthScope
String

선택적 OAuth 범위입니다.

반환

토큰을 획득하는 데 사용할 앱 자격 증명입니다.

적용 대상