|
PACS System 0.1.0
PACS DICOM system library
|
Result of a successful OAuth 2.0 authentication. More...
#include <oauth2_middleware.h>

Public Attributes | |
| security::user_context | context |
| jwt_claims | claims |
Result of a successful OAuth 2.0 authentication.
Contains both the user context (for RBAC) and the validated JWT claims (for scope checking). This ensures thread-safe authentication by returning all state from authenticate() instead of caching it.
Definition at line 71 of file oauth2_middleware.h.
| jwt_claims kcenon::pacs::web::auth::auth_result::claims |
Definition at line 73 of file oauth2_middleware.h.
| security::user_context kcenon::pacs::web::auth::auth_result::context |
Definition at line 72 of file oauth2_middleware.h.