MCPcopy Index your code
hub / github.com/coder/coder / workspaceAgentsGitAuth

Method workspaceAgentsGitAuth

coderd/deprecated.go:59–61  ·  view source on GitHub ↗

@Summary Removed: Get workspace agent git auth @ID removed-get-workspace-agent-git-auth @Security CoderSessionToken @Produce json @Tags Agents @Param match query string true "Match" @Param id query string true "Provider ID" @Param listen query bool false "Wait for a new token to be issued" @Success

(rw http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

57// @Success 200 {object} agentsdk.ExternalAuthResponse
58// @Router /api/v2/workspaceagents/me/gitauth [get]
59func (api *API) workspaceAgentsGitAuth(rw http.ResponseWriter, r *http.Request) {
60 api.workspaceAgentsExternalAuth(rw, r)
61}
62
63// @Summary Removed: Get workspace resources for workspace build
64// @ID removed-get-workspace-resources-for-workspace-build

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected