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

Function externalAuth

cli/externalauth.go:14–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12)
13
14func externalAuth() *serpent.Command {
15 return &serpent.Command{
16 Use: "external-auth",
17 Short: "Manage external authentication",
18 Long: "Authenticate with external services inside of a workspace.",
19 Handler: func(i *serpent.Invocation) error {
20 return i.Command.HelpHandler(i)
21 },
22 Children: []*serpent.Command{
23 externalAuthAccessToken(),
24 },
25 }
26}
27
28func externalAuthAccessToken() *serpent.Command {
29 var extra string

Callers 1

CoreSubcommandsMethod · 0.85

Calls 1

externalAuthAccessTokenFunction · 0.85

Tested by

no test coverage detected