GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
247 stars 83 forks source link

Jwt api change #18

Closed DellaBitta closed 5 years ago

DellaBitta commented 5 years ago

Updated the MQTT Connect logic to take a username, password, clientid instead of IoT Core proprietary credentials of project_id, device_path and jwt expiration data.

Added JWT Creation functionality to the API to aid customers in creating their JWT.

b/122958370 b/122532389 b/122531531

atigyi commented 5 years ago

The Doxygen dox should be regenerated. But I think better to add it in a separate PR since this change is already huge.

DellaBitta commented 5 years ago

Yes, I was going to run doxygen as part of the rename anyway.