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

TypeAlias EnhancedExternalAuthProvider

codersdk/externalauth.go:14–14  ·  view source on GitHub ↗

EnhancedExternalAuthProvider is a constant that represents enhanced support for a type of external authentication. All of the Git providers are examples of enhanced, because they support intercepting "git clone".

Source from the content-addressed store, hash-verified

12// support for a type of external authentication. All of the Git providers
13// are examples of enhanced, because they support intercepting "git clone".
14type EnhancedExternalAuthProvider string
15
16func (e EnhancedExternalAuthProvider) String() string {
17 return string(e)

Callers 4

GetManifestMethod · 0.92
GitMethod · 0.92
applyDefaultsToConfigFunction · 0.92
copyDefaultSettingsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected