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
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
Return Value
Type: TaskThe Task that upgrades the session.
See Also