#include <RemoteAuthentication.h>
Public Member Functions | |
| bool | addAdditionalUUIDKey (const char *, const char *) override |
| bool | isAuthenticated (const char *, const char *) override |
| bool | doesPinMatch (const char *) override |
Public Member Functions inherited from AuthenticationManager | |
| AuthenticationManager (AuthenticationManagerType authType) | |
| AuthenticationManagerType | getAuthenticationManagerType () |
Should you not wish to use the security features, and there's little benefit memory wise to be honest then this version of the class does nothing and always allows connections.
|
inlineoverridevirtual |
prize every time with the No Authentication impl, everyone is always admitted.
Implements AuthenticationManager.
|
inlineoverridevirtual |
prize every time with the No Authentication impl, everyone is always admitted.
Implements AuthenticationManager.
|
inlineoverridevirtual |
prize every time again for pin match, when there's no authentication, pins always match
Implements AuthenticationManager.