jwt_t Struct Reference

JWT Module handler. More...

#include <src/jwt.h>

Collaboration diagram for jwt_t:
Collaboration graph

Data Fields

json_theader
 Header of jwt. More...
 
json_tpayload
 Payload of jwt. More...
 
security_handler_tsecurity_handler
 Security handler. More...
 
E_MCL_SECURITY_PROFILE security_profile
 Security profile. More...
 
mcl_time_t issued_at
 Time of issue. More...
 

Detailed Description

JWT Module handler.

Definition at line 25 of file jwt.h.

Field Documentation

json_t* jwt_t::header

Header of jwt.

Definition at line 27 of file jwt.h.

Referenced by jwt_get_token().

mcl_time_t jwt_t::issued_at

Time of issue.

Definition at line 31 of file jwt.h.

Referenced by _create_self_issued_jwt_payload().

json_t* jwt_t::payload

Payload of jwt.

Definition at line 28 of file jwt.h.

Referenced by _create_self_issued_jwt_payload(), and jwt_get_token().

security_handler_t* jwt_t::security_handler

Security handler.

Definition at line 29 of file jwt.h.

Referenced by _calculate_signature().

E_MCL_SECURITY_PROFILE jwt_t::security_profile

Security profile.

Definition at line 30 of file jwt.h.

Referenced by _calculate_signature().


The documentation for this struct was generated from the following file: