|
PACS System 0.1.0
PACS DICOM system library
|
Decoded JWT token with raw segments for signature verification. More...
#include <jwt_validator.h>

Public Attributes | |
| jwt_header | header |
| jwt_claims | claims |
| std::string | header_payload |
| "header.payload" for signature input | |
| std::string | signature_bytes |
| Decoded signature bytes. | |
Decoded JWT token with raw segments for signature verification.
Definition at line 61 of file jwt_validator.h.
| jwt_claims kcenon::pacs::web::auth::jwt_token::claims |
Definition at line 63 of file jwt_validator.h.
Referenced by kcenon::pacs::web::auth::jwt_validator::decode().
| jwt_header kcenon::pacs::web::auth::jwt_token::header |
Definition at line 62 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_token::header_payload |
"header.payload" for signature input
Definition at line 64 of file jwt_validator.h.
Referenced by kcenon::pacs::web::auth::jwt_validator::decode().
| std::string kcenon::pacs::web::auth::jwt_token::signature_bytes |
Decoded signature bytes.
Definition at line 65 of file jwt_validator.h.
Referenced by kcenon::pacs::web::auth::jwt_validator::decode().