|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of OAuth 2.0 middleware for DICOMweb endpoints. More...
#include "crow.h"#include "kcenon/pacs/web/auth/oauth2_middleware.h"#include "kcenon/pacs/security/access_control_manager.h"#include "kcenon/pacs/security/role.h"#include "kcenon/pacs/security/user.h"#include "kcenon/pacs/security/user_context.h"#include "kcenon/pacs/web/rest_types.h"#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::web |
| namespace | kcenon::pacs::web::auth |
Implementation of OAuth 2.0 middleware for DICOMweb endpoints.
Definition in file oauth2_middleware.cpp.