* * @param {number} userId * @param {*} [options] Override http request option. * @throws {RequiredError}
(userId: number, options?: AxiosRequestConfig)
| 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. |
nothing calls this directly
no test coverage detected