UserTokenClient.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.
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.