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

Method writeMissingClientID

coderd/httpmw/oauth2.go:258–258  ·  view source on GitHub ↗
(ctx context.Context, rw http.ResponseWriter)

Source from the content-addressed store, hash-verified

256// handling behavior through this interface.
257type errorWriter interface {
258 writeMissingClientID(ctx context.Context, rw http.ResponseWriter)
259 writeInvalidClientID(ctx context.Context, rw http.ResponseWriter, err error)
260 writeClientNotFound(ctx context.Context, rw http.ResponseWriter)
261}

Callers 1

Implementers 2

codersdkErrorWritercoderd/httpmw/oauth2.go
oauth2ErrorWritercoderd/httpmw/oauth2.go

Calls

no outgoing calls

Tested by

no test coverage detected