golang.org/x/net/internal/socks.UsernamePassword.Authenticate (method)

2 uses

	golang.org/x/net/internal/socks (current package)
		socks.go#L287: func (up *UsernamePassword) Authenticate(ctx context.Context, rw io.ReadWriter, auth AuthMethod) error {

	golang.org/x/net/proxy
		socks5.go#L39: 		d.Authenticate = up.Authenticate