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

TypeAlias LoginType

coderd/database/models.go:2229–2229  ·  view source on GitHub ↗

Specifies the method of authentication. "none" is a special case in which no authentication method is allowed.

Source from the content-addressed store, hash-verified

2227
2228// Specifies the method of authentication. "none" is a special case in which no authentication method is allowed.
2229type LoginType string
2230
2231const (
2232 LoginTypePassword LoginType = "password"

Callers 2

postConvertLoginTypeMethod · 0.92
ScanMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected