Delen via


TestAdapter.GetAadTokensAsync Methode

Definitie

Overloads

GetAadTokensAsync(ITurnContext, String, String[], String, CancellationToken)

Retourneert een woordenlijst van TokenResponses voor de resource-URL's, met behulp van de AppCredentials van de bot.

GetAadTokensAsync(ITurnContext, AppCredentials, String, String[], String, CancellationToken)

Retourneert een woordenlijst van TokenResponses voor de resource-URL's, met behulp van aangepaste AppCredentials.

GetAadTokensAsync(ITurnContext, String, String[], String, CancellationToken)

Retourneert een woordenlijst van TokenResponses voor de resource-URL's, met behulp van de AppCredentials van de bot.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,Microsoft.Bot.Schema.TokenResponse>> GetAadTokensAsync (Microsoft.Bot.Builder.ITurnContext context, string connectionName, string[] resourceUrls, string userId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAadTokensAsync : Microsoft.Bot.Builder.ITurnContext * string * string[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.Bot.Schema.TokenResponse>>
override this.GetAadTokensAsync : Microsoft.Bot.Builder.ITurnContext * string * string[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.Bot.Schema.TokenResponse>>
Public Overridable Function GetAadTokensAsync (context As ITurnContext, connectionName As String, resourceUrls As String(), Optional userId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Dictionary(Of String, TokenResponse))

Parameters

context
ITurnContext

De TurnContext.

connectionName
String

De connectionName.

resourceUrls
String[]

De lijst met AAD-resource-URL's.

userId
String

De gebruikers-id.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

De woordenlijst van TokenResponses voor elke resource-URL.

Implementeringen

Van toepassing op

GetAadTokensAsync(ITurnContext, AppCredentials, String, String[], String, CancellationToken)

Retourneert een woordenlijst van TokenResponses voor de resource-URL's, met behulp van aangepaste AppCredentials.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,Microsoft.Bot.Schema.TokenResponse>> GetAadTokensAsync (Microsoft.Bot.Builder.ITurnContext context, Microsoft.Bot.Connector.Authentication.AppCredentials oAuthAppCredentials, string connectionName, string[] resourceUrls, string userId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAadTokensAsync : Microsoft.Bot.Builder.ITurnContext * Microsoft.Bot.Connector.Authentication.AppCredentials * string * string[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.Bot.Schema.TokenResponse>>
override this.GetAadTokensAsync : Microsoft.Bot.Builder.ITurnContext * Microsoft.Bot.Connector.Authentication.AppCredentials * string * string[] * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.Bot.Schema.TokenResponse>>
Public Overridable Function GetAadTokensAsync (context As ITurnContext, oAuthAppCredentials As AppCredentials, connectionName As String, resourceUrls As String(), Optional userId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Dictionary(Of String, TokenResponse))

Parameters

context
ITurnContext

De TurnContext.

oAuthAppCredentials
AppCredentials

AppCredentials voor OAuth.

connectionName
String

De connectionName.

resourceUrls
String[]

De lijst met AAD-resource-URL's.

userId
String

De gebruikers-id.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

De woordenlijst van TokenResponses voor elke resource-URL.

Implementeringen

Van toepassing op