MCPcopy
hub / github.com/cloudflare/cloudflared / StandardAuthHandler

Struct StandardAuthHandler

socks/auth_handler.go:28–30  ·  view source on GitHub ↗

StandardAuthHandler loads the default authenticators

Source from the content-addressed store, hash-verified

26
27// StandardAuthHandler loads the default authenticators
28type StandardAuthHandler struct {
29 authenticators map[uint8]Authenticator
30}
31
32// NewAuthHandler creates a default auth handler
33func NewAuthHandler() AuthHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected