ParseUserLogOutAsync Method (CancellationToken)Parse
Logs out the currently logged in user session. This will remove the session from disk, log out of linked services, and future calls to CurrentUser will return null. This is preferable to using LogOut, unless your code is already running from a background thread.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public static Task LogOutAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: Task
See Also

Reference