* Request authentication with an OTA page access * @param auth Authentication method */
| 42 | * @param auth Authentication method |
| 43 | */ |
| 44 | void AutoConnectOTA::authentication(const AC_AUTH_t auth) { |
| 45 | if (_auxUpdate) |
| 46 | _auxUpdate->authentication(auth); |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Attach the AutoConnectOTA to hosted AutoConnect which constitutes |
no outgoing calls
no test coverage detected