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

Represents a single JSON Web Key converted to PEM format. More...

#include <jwks_provider.h>

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

Public Attributes

std::string kid
 Key ID.
 
std::string kty
 Key type (RSA, EC)
 
std::string alg
 Algorithm (RS256, ES256)
 
std::string use
 Key use (sig)
 
std::string pem
 PEM-encoded public key.
 

Detailed Description

Represents a single JSON Web Key converted to PEM format.

Definition at line 34 of file jwks_provider.h.

Member Data Documentation

◆ alg

std::string kcenon::pacs::web::auth::jwk_key::alg

◆ kid

std::string kcenon::pacs::web::auth::jwk_key::kid

◆ kty

std::string kcenon::pacs::web::auth::jwk_key::kty

◆ pem

std::string kcenon::pacs::web::auth::jwk_key::pem

◆ use

std::string kcenon::pacs::web::auth::jwk_key::use

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