blob: 95cb27b5bd09f089ea4ef7112084a36fd5f9b1d1 [file] [log] [blame]
David B. Kinder621ac8f2017-11-30 14:44:16 -08001.. _misc_api:
2
Henrik Brix Andersencb296fa2021-12-13 23:21:01 +01003Miscellaneous
4#############
David B. Kinder621ac8f2017-11-30 14:44:16 -08005
6.. comment
7 not documenting
8 .. doxygengroup:: checksum
9 .. doxygengroup:: structured_data
10
11Checksum APIs
12*************
13
Anas Nashif521ccca2018-12-02 09:51:26 -050014CRC
David B. Kinder621ac8f2017-11-30 14:44:16 -080015=====
16
Anas Nashif521ccca2018-12-02 09:51:26 -050017.. doxygengroup:: crc
David B. Kinder621ac8f2017-11-30 14:44:16 -080018
19Structured Data APIs
20********************
21
22JSON
23====
24
25.. doxygengroup:: json
David Brownf8b838d2018-09-20 12:15:20 -070026
27JWT
28===
29
30JSON Web Tokens (JWT) are an open, industry standard [RFC
317519](https://tools.ietf.org/html/rfc7519) method for representing
32claims securely between two parties. Although JWT is fairly flexible,
33this API is limited to creating the simplistic tokens needed to
34authenticate with the Google Core IoT infrastructure.
35
36.. doxygengroup:: jwt