|
PACS System 0.1.0
PACS DICOM system library
|
Decoded JWT header (JOSE header) More...
#include <jwt_validator.h>

Public Attributes | |
| std::string | alg |
| Algorithm (RS256, ES256) | |
| std::string | typ |
| Token type (JWT) | |
| std::string | kid |
| Key ID for key selection. | |
Decoded JWT header (JOSE header)
Definition at line 38 of file jwt_validator.h.
| std::string kcenon::pacs::web::auth::jwt_header::alg |
Algorithm (RS256, ES256)
Definition at line 39 of file jwt_validator.h.
Referenced by kcenon::pacs::web::auth::jwt_validator::decode(), and kcenon::pacs::web::auth::oauth2_middleware::verify_signature().
| std::string kcenon::pacs::web::auth::jwt_header::kid |
Key ID for key selection.
Definition at line 41 of file jwt_validator.h.
Referenced by kcenon::pacs::web::auth::jwt_validator::decode(), and kcenon::pacs::web::auth::oauth2_middleware::verify_signature().
| std::string kcenon::pacs::web::auth::jwt_header::typ |
Token type (JWT)
Definition at line 40 of file jwt_validator.h.
Referenced by kcenon::pacs::web::auth::jwt_validator::decode().