Extensions.GetUserTokenAsync 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.
Überlädt
GetUserTokenAsync(IDialogContext, String) | |
GetUserTokenAsync(IDialogContext, String, String) |
GetUserTokenAsync(IDialogContext, String)
- Quelle:
- EndConversation.cs
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync(this Microsoft.Bot.Builder.Dialogs.IDialogContext context, string connectionName);
static member GetUserTokenAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * string -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse>
<Extension()>
Public Function GetUserTokenAsync (context As IDialogContext, connectionName As String) As Task(Of TokenResponse)
Parameter
- context
- IDialogContext
- connectionName
- String
Gibt zurück
Gilt für:
GetUserTokenAsync(IDialogContext, String, String)
- Quelle:
- EndConversation.cs
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync(this Microsoft.Bot.Builder.Dialogs.IDialogContext context, string connectionName, string magicCode);
static member GetUserTokenAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * string * string -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse>
<Extension()>
Public Function GetUserTokenAsync (context As IDialogContext, connectionName As String, magicCode As String) As Task(Of TokenResponse)
Parameter
- context
- IDialogContext
- connectionName
- String
- magicCode
- String