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

TypeAlias LoginType

codersdk/apikey.go:30–30  ·  view source on GitHub ↗

LoginType is the type of login used to create the API key.

Source from the content-addressed store, hash-verified

28
29// LoginType is the type of login used to create the API key.
30type LoginType string
31
32const (
33 LoginTypeUnknown LoginType = ""

Callers 7

userLoginTypeMethod · 0.92
convertAPIKeyFunction · 0.92
postConvertLoginTypeMethod · 0.92
convertUserToOauthMethod · 0.92
ReducedUserFunction · 0.92
userCreateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected