MCPcopy Create free account
hub / github.com/Hieromon/AutoConnect / authentication

Method authentication

src/AutoConnectOTA.cpp:44–47  ·  view source on GitHub ↗

* Request authentication with an OTA page access * @param auth Authentication method */

Source from the content-addressed store, hash-verified

42 * @param auth Authentication method
43 */
44void 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

Callers 2

_attachOTAMethod · 0.45
_authenticationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected