* * @param {*} [options] Override http request option. * @throws {RequiredError}
(options?: AxiosRequestConfig)
| 10650 | * @throws {RequiredError} |
| 10651 | */ |
| 10652 | async githubLogout(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> { |
| 10653 | const localVarAxiosArgs = await localVarAxiosParamCreator.githubLogout(options); |
| 10654 | return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); |
| 10655 | }, |
| 10656 | } |
| 10657 | }; |
| 10658 |
nothing calls this directly
no test coverage detected