2017-12-01 06:44:16 +08:00
|
|
|
.. _misc_api:
|
|
|
|
|
2021-12-14 06:21:01 +08:00
|
|
|
Miscellaneous
|
|
|
|
#############
|
2017-12-01 06:44:16 +08:00
|
|
|
|
|
|
|
.. comment
|
|
|
|
not documenting
|
|
|
|
.. doxygengroup:: checksum
|
|
|
|
.. doxygengroup:: structured_data
|
|
|
|
|
|
|
|
Checksum APIs
|
|
|
|
*************
|
|
|
|
|
2018-12-02 22:51:26 +08:00
|
|
|
CRC
|
2017-12-01 06:44:16 +08:00
|
|
|
=====
|
|
|
|
|
2018-12-02 22:51:26 +08:00
|
|
|
.. doxygengroup:: crc
|
2017-12-01 06:44:16 +08:00
|
|
|
|
|
|
|
Structured Data APIs
|
|
|
|
********************
|
|
|
|
|
|
|
|
JSON
|
|
|
|
====
|
|
|
|
|
|
|
|
.. doxygengroup:: json
|
2018-09-21 03:15:20 +08:00
|
|
|
|
|
|
|
JWT
|
|
|
|
===
|
|
|
|
|
|
|
|
JSON Web Tokens (JWT) are an open, industry standard [RFC
|
|
|
|
7519](https://tools.ietf.org/html/rfc7519) method for representing
|
|
|
|
claims securely between two parties. Although JWT is fairly flexible,
|
|
|
|
this API is limited to creating the simplistic tokens needed to
|
|
|
|
authenticate with the Google Core IoT infrastructure.
|
|
|
|
|
|
|
|
.. doxygengroup:: jwt
|