Share via


UserAuthorization.SignOutUserAsync Method

Definition

public System.Threading.Tasks.Task SignOutUserAsync(Microsoft.Agents.Builder.ITurnContext turnContext, Microsoft.Agents.Builder.State.ITurnState turnState, string? flowName = default, System.Threading.CancellationToken cancellationToken = default);
member this.SignOutUserAsync : Microsoft.Agents.Builder.ITurnContext * Microsoft.Agents.Builder.State.ITurnState * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SignOutUserAsync (turnContext As ITurnContext, turnState As ITurnState, Optional flowName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

turnContext
ITurnContext
turnState
ITurnState
flowName
String
cancellationToken
CancellationToken

Returns

Applies to