MCPcopy Index your code
hub / github.com/rolling-scopes/rsschool-app / clearAuthUserSessionCache

Function clearAuthUserSessionCache

client/src/api/api.ts:10625–10628  ·  view source on GitHub ↗

* * @param {number} userId * @param {*} [options] Override http request option. * @throws {RequiredError}

(userId: number, options?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

10623 * @throws {RequiredError}
10624 */
10625 async clearAuthUserSessionCache(userId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
10626 const localVarAxiosArgs = await localVarAxiosParamCreator.clearAuthUserSessionCache(userId, options);
10627 return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
10628 },
10629 /**
10630 *
10631 * @param {*} [options] Override http request option.

Callers

nothing calls this directly

Calls 2

createRequestFunctionFunction · 0.90

Tested by

no test coverage detected