Skip to content

Commit 3588e74

Browse files
committed
Add ArduinoIoTAuthenticationMode enum
1 parent dcfeeaa commit 3588e74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tls/utility/TLSClientMqtt.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
#include <Arduino_ConnectionHandler.h>
1414
#include <AIoTC_Config.h>
1515

16+
enum class ArduinoIoTAuthenticationMode
17+
{
18+
PASSWORD,
19+
CERTIFICATE
20+
};
21+
1622
#if defined(BOARD_HAS_OFFLOADED_ECCX08)
1723
/*
1824
* Arduino MKR WiFi1010 - WiFi

0 commit comments

Comments
 (0)