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

Decoded JWT header (JOSE header) More...

#include <jwt_validator.h>

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

Public Attributes

std::string alg
 Algorithm (RS256, ES256)
 
std::string typ
 Token type (JWT)
 
std::string kid
 Key ID for key selection.
 

Detailed Description

Decoded JWT header (JOSE header)

Definition at line 38 of file jwt_validator.h.

Member Data Documentation

◆ alg

◆ kid

std::string kcenon::pacs::web::auth::jwt_header::kid

◆ typ

std::string kcenon::pacs::web::auth::jwt_header::typ

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