Adafruit IO · Arazzo Workflow
Adafruit IO Issue and Verify Token
Version 1.0.0
Create a device token for the user, then read it back to confirm it was issued.
View Spec
View on GitHub
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime SeriesArazzoWorkflows
Provider
Workflows
issue-and-verify-token
Create a token and read it back by its id.
Issues a new token for the user, then fetches it by id to verify the creation succeeded.
1
createToken
createToken
Create a new token for the user, optionally with a supplied token value.
2
verifyToken
getToken
Read the token back by its id to confirm it was issued.