MCPcopy Create free account
hub / github.com/Botloader/botloader / logout

Method logout

frontend-common/src/api_client.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 async logout(): Promise<ApiResult<{}>> {
93 return await this.post("/api/logout");
94 }
95
96 async deleteSession(token: string): Promise<ApiResult<{}>> {
97 return await this.delete("/api/sessions", {

Callers 1

logoutFunction · 0.80

Calls 1

postMethod · 0.95

Tested by

no test coverage detected