func SetAuthType(cfg *config.Configuration, req *http.Request, res *http.Response) { authType := GetAuthType(res) operation := auth.GetOperationForRequest(req) cfg.SetAccess(operation, authType) tracerx.Printf("api: http response indicates %q authentication. Resubmitting...", authType) }