MCPcopy
hub / github.com/google/seesaw / DefaultAuthenticator

Struct DefaultAuthenticator

ecu/auth.go:49–49  ·  view source on GitHub ↗

DefaultAuthenticator implements a "default-deny authenticator" that denies all authentications. Using this prevents remote connections to the ECU.

Source from the content-addressed store, hash-verified

47// DefaultAuthenticator implements a "default-deny authenticator" that denies
48// all authentications. Using this prevents remote connections to the ECU.
49type DefaultAuthenticator struct{}
50
51// AuthInit does nothing and returns nil.
52func (DefaultAuthenticator) AuthInit() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected