MCPcopy Index your code
hub / github.com/docker/docker-agent / WithManagedOAuth

Function WithManagedOAuth

pkg/runtime/runtime.go:338–342  ·  view source on GitHub ↗
(managed bool)

Source from the content-addressed store, hash-verified

336}
337
338func WithManagedOAuth(managed bool) Opt {
339 return func(r *LocalRuntime) {
340 r.managedOAuth = managed
341 }
342}
343
344// WithUnmanagedOAuthRedirectURI configures the redirect_uri the runtime
345// advertises when running MCP server OAuth flows in unmanaged mode (i.e.

Callers 1

runtimeForSessionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected