#include <mcl_core/src/jwt.h>

Data Fields | |
| mcl_json_t * | header |
| Header of JWT. More... | |
| mcl_json_t * | payload |
| Payload of JWT. More... | |
| security_handler_t * | security_handler |
| Security handler. More... | |
| E_MCL_SECURITY_PROFILE | security_profile |
| Security profile. More... | |
| mcl_time_t | issued_at |
| Time of issue. More... | |
| mcl_json_t* jwt_t::header |
| mcl_time_t jwt_t::issued_at |
Time of issue.
Definition at line 26 of file jwt.h.
Referenced by _create_self_issued_jwt_payload().
| mcl_json_t* jwt_t::payload |
Payload of JWT.
Definition at line 23 of file jwt.h.
Referenced by _create_self_issued_jwt_payload(), and jwt_get_token().
| security_handler_t* jwt_t::security_handler |
| E_MCL_SECURITY_PROFILE jwt_t::security_profile |