* * @param {*} [options] Override http request option. * @throws {RequiredError}
(options?: AxiosRequestConfig)
| 10641 | * @throws {RequiredError} |
| 10642 | */ |
| 10643 | async githubLogin(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> { |
| 10644 | const localVarAxiosArgs = await localVarAxiosParamCreator.githubLogin(options); |
| 10645 | return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); |
| 10646 | }, |
| 10647 | /** |
| 10648 | * |
| 10649 | * @param {*} [options] Override http request option. |
nothing calls this directly
no test coverage detected