jwt_t Struct Reference

#include <mcl_core/src/jwt.h>

Collaboration diagram for jwt_t:
Collaboration graph

Data Fields

mcl_json_theader
 Header of JWT. More...
 
mcl_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

Handle for JWT.

Definition at line 20 of file jwt.h.

Field Documentation

mcl_json_t* jwt_t::header

Header of JWT.

Definition at line 22 of file jwt.h.

Referenced by jwt_get_token().

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

Security handler.

Definition at line 24 of file jwt.h.

Referenced by _calculate_signature().

E_MCL_SECURITY_PROFILE jwt_t::security_profile

Security profile.

Definition at line 25 of file jwt.h.

Referenced by _calculate_signature().


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