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