mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
988 B
988 B
title | description |
---|---|
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" |
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 | Required | Description |
---|---|---|---|
force | CLICK ME Bool | Yes | If true, just delete all local data. Session will remain in list of active sessions |