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

Result of a successful OAuth 2.0 authentication. More...

#include <oauth2_middleware.h>

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

Public Attributes

security::user_context context
 
jwt_claims claims
 

Detailed Description

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.

Member Data Documentation

◆ claims

jwt_claims kcenon::pacs::web::auth::auth_result::claims

◆ context


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