MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / NewNoAuthAuthenticator

Function NewNoAuthAuthenticator

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

NewNoAuthAuthenticator creates a authless Authenticator

()

Source from the content-addressed store, hash-verified

15
16// NewNoAuthAuthenticator creates a authless Authenticator
17func NewNoAuthAuthenticator() Authenticator {
18 return &NoAuthAuthenticator{}
19}
20
21// Handle writes back the version and NoAuth
22func (a *NoAuthAuthenticator) Handle(reader io.Reader, writer io.Writer) error {

Callers 1

NewAuthHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected