Share via


UserTokenClient.SignOutUserAsync Method

Definition

Signs the user out with the token server.

public abstract System.Threading.Tasks.Task SignOutUserAsync (string userId, string connectionName, string channelId, System.Threading.CancellationToken cancellationToken);
abstract member SignOutUserAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public MustOverride Function SignOutUserAsync (userId As String, connectionName As String, channelId As String, cancellationToken As CancellationToken) As Task

Parameters

userId
String

The user id that will be associated with the token.

connectionName
String

Name of the auth connection to use.

channelId
String

The channel Id that will be associated with the token.

cancellationToken
CancellationToken

Cancellation token.

Returns

A Task representing the result of the asynchronous operation.

Applies to