MadelineProtoDocs/docs/TD_docs/methods/resetAuth.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

24 lines
1.0 KiB
Markdown

---
title: resetAuth
description: 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"
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: resetAuth
[Back to methods index](index.md)
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|[Bool](../types/Bool.md) | Yes|If true, just delete all local data. Session will remain in list of active sessions|
### Return type: [AuthState](../types/AuthState.md)