1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
resetAuth | Logs out user. If force == false, begins to perform soft log out, returns authStateLoggingOut after completion. If force == true then succeeds almost immediately without cleaning anything at the server, but returns error with code 401 and description "Unauthorized" | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: resetAuth
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Logs out user. If force == false, begins to perform soft log out, returns authStateLoggingOut after completion. If force == true then succeeds almost immediately without cleaning anything at the server, but returns error with code 401 and description "Unauthorized"
Parameters:
Name | Type | Description | Required |
---|---|---|---|
force | Bool | If true, just delete all local data. Session will remain in list of active sessions | Yes |