ParseUserEnableRevocableSessionAsync Method Parse
Tells server to use revocable session on LogIn and SignUp, even when App's Settings has "Require Revocable Session" turned off. Issues network request in background to migrate the sessionToken on disk to revocable session.

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

public static Task EnableRevocableSessionAsync()

Return Value

Type: Task
The Task that upgrades the session.
See Also

Reference