diff --git a/src/http.ts b/src/http.ts index 2d0e23f..7445a38 100644 --- a/src/http.ts +++ b/src/http.ts @@ -1046,6 +1046,11 @@ export class LemmyHttp { ); } + /** + * Invalidate the currently used auth token. + * + * `HTTP.POST /user/logout` + */ logout() { return this.#wrapper( HttpType.Post,