Extensions.GetUserTokenAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| GetUserTokenAsync(IDialogContext, String) | |
| GetUserTokenAsync(IDialogContext, String, String) |
GetUserTokenAsync(IDialogContext, String)
- Bron:
- 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)
Parameters
- context
- IDialogContext
- connectionName
- String
Retouren
Van toepassing op
GetUserTokenAsync(IDialogContext, String, String)
- Bron:
- 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)
Parameters
- context
- IDialogContext
- connectionName
- String
- magicCode
- String