Overload List
Name | Description | |
---|---|---|
EnableRevocableSessionAsync |
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.
| |
EnableRevocableSessionAsync(CancellationToken) |
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.
|
See Also