|
PACS System 0.1.0
PACS DICOM system library
|
JSON Web Key Set (JWKS) provider with key caching. More...
#include <chrono>#include <cstdint>#include <functional>#include <mutex>#include <optional>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::web::auth::jwk_key |
| Represents a single JSON Web Key converted to PEM format. More... | |
| class | kcenon::pacs::web::auth::jwks_provider |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::web |
| namespace | kcenon::pacs::web::auth |
Typedefs | |
| using | kcenon::pacs::web::auth::jwks_fetch_callback |
| Callback type for fetching JWKS JSON from a URL. | |
JSON Web Key Set (JWKS) provider with key caching.
Manages public keys for JWT signature verification. Supports loading JWKS from JSON strings and callback-based URL fetching with TTL caching.
Definition in file jwks_provider.h.