Share via


Extensions.GetUserTokenAsync Method

Definition

Overloads

GetUserTokenAsync(IDialogContext, String)

Source:
EndConversation.cs
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync(this Microsoft.Bot.Builder.Dialogs.IDialogContext context, string connectionName);

Parameters

context
IDialogContext
connectionName
String

Returns

Applies to

GetUserTokenAsync(IDialogContext, String, String)

Source:
EndConversation.cs
public static System.Threading.Tasks.Task<Microsoft.Bot.Connector.TokenResponse> GetUserTokenAsync(this Microsoft.Bot.Builder.Dialogs.IDialogContext context, string connectionName, string magicCode);

Parameters

context
IDialogContext
connectionName
String
magicCode
String

Returns

Applies to