UserAuthorization.SignOutUserAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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