PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::web::auth::jwt_token Struct Reference

Decoded JWT token with raw segments for signature verification. More...

#include <jwt_validator.h>

Collaboration diagram for kcenon::pacs::web::auth::jwt_token:
Collaboration graph

Public Attributes

jwt_header header
 
jwt_claims claims
 
std::string header_payload
 "header.payload" for signature input
 
std::string signature_bytes
 Decoded signature bytes.
 

Detailed Description

Decoded JWT token with raw segments for signature verification.

Definition at line 61 of file jwt_validator.h.

Member Data Documentation

◆ claims

◆ header

◆ header_payload

std::string kcenon::pacs::web::auth::jwt_token::header_payload

◆ signature_bytes

std::string kcenon::pacs::web::auth::jwt_token::signature_bytes

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