()
| 103 | } |
| 104 | |
| 105 | async deleteAllSessions(): Promise<ApiResult<{}>> { |
| 106 | return await this.delete("/api/sessions/all"); |
| 107 | } |
| 108 | |
| 109 | async createApiToken(): Promise<ApiResult<SessionMeta>> { |
| 110 | return await this.put("/api/sessions"); |
no test coverage detected