UserTokenExtensions.GetAadTokensAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie AAD-Token ab.
public static System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string,Microsoft.Bot.Schema.TokenResponse>> GetAadTokensAsync (this Microsoft.Bot.Connector.IUserToken operations, string userId, string connectionName, Microsoft.Bot.Schema.AadResourceUrls aadResourceUrls, string channelId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAadTokensAsync : Microsoft.Bot.Connector.IUserToken * string * string * Microsoft.Bot.Schema.AadResourceUrls * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, Microsoft.Bot.Schema.TokenResponse>>
<Extension()>
Public Function GetAadTokensAsync (operations As IUserToken, userId As String, connectionName As String, aadResourceUrls As AadResourceUrls, Optional channelId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IDictionary(Of String, TokenResponse))
Parameter
- operations
- IUserToken
Die Vorgangsgruppe für diese Erweiterungsmethode.
- userId
- String
Benutzer-ID.
- connectionName
- String
Der Name der Verbindung.
- aadResourceUrls
- AadResourceUrls
AAD-Ressourcen-URLs.
- channelId
- String
Kanal-ID.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Eine Aufgabe, die ein IDictionary von TokenResponses darstellt.