David B. Kinder | 621ac8f | 2017-11-30 14:44:16 -0800 | [diff] [blame] | 1 | .. _misc_api: |
| 2 | |
Henrik Brix Andersen | cb296fa | 2021-12-13 23:21:01 +0100 | [diff] [blame] | 3 | Miscellaneous |
| 4 | ############# |
David B. Kinder | 621ac8f | 2017-11-30 14:44:16 -0800 | [diff] [blame] | 5 | |
| 6 | .. comment |
| 7 | not documenting |
| 8 | .. doxygengroup:: checksum |
| 9 | .. doxygengroup:: structured_data |
| 10 | |
| 11 | Checksum APIs |
| 12 | ************* |
| 13 | |
Anas Nashif | 521ccca | 2018-12-02 09:51:26 -0500 | [diff] [blame] | 14 | CRC |
David B. Kinder | 621ac8f | 2017-11-30 14:44:16 -0800 | [diff] [blame] | 15 | ===== |
| 16 | |
Anas Nashif | 521ccca | 2018-12-02 09:51:26 -0500 | [diff] [blame] | 17 | .. doxygengroup:: crc |
David B. Kinder | 621ac8f | 2017-11-30 14:44:16 -0800 | [diff] [blame] | 18 | |
| 19 | Structured Data APIs |
| 20 | ******************** |
| 21 | |
| 22 | JSON |
| 23 | ==== |
| 24 | |
| 25 | .. doxygengroup:: json |
David Brown | f8b838d | 2018-09-20 12:15:20 -0700 | [diff] [blame] | 26 | |
| 27 | JWT |
| 28 | === |
| 29 | |
| 30 | JSON Web Tokens (JWT) are an open, industry standard [RFC |
| 31 | 7519](https://tools.ietf.org/html/rfc7519) method for representing |
| 32 | claims securely between two parties. Although JWT is fairly flexible, |
| 33 | this API is limited to creating the simplistic tokens needed to |
| 34 | authenticate with the Google Core IoT infrastructure. |
| 35 | |
| 36 | .. doxygengroup:: jwt |