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

Struct NoAuthAuthenticator

socks/authenticator.go:14–14  ·  view source on GitHub ↗

NoAuthAuthenticator is used to handle the No Authentication mode

Source from the content-addressed store, hash-verified

12
13// NoAuthAuthenticator is used to handle the No Authentication mode
14type NoAuthAuthenticator struct{}
15
16// NewNoAuthAuthenticator creates a authless Authenticator
17func NewNoAuthAuthenticator() Authenticator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected