Dela via


BotFrameworkAdapter.BuildCredentialsAsync(String, String) Metod

Definition

Logik för att skapa ett AppCredentials objekt som ska användas för att hämta token för denna HttpClient.

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)

Parametrar

appId
String

Program-ID:t.

oAuthScope
String

Det valfria OAuth-omfånget.

Returer

De appautentiseringsuppgifter som ska användas för att hämta token.

Gäller för