CCF
|
#include <jwt.h>
Public Attributes | |
std::optional< std::string > | ca_cert_bundle_name |
Optional CA bundle name used for authentication when auto-refreshing. | |
bool | auto_refresh = false |
Whether to auto-refresh keys from the issuer. | |
bool ccf::JwtIssuerMetadata::auto_refresh = false |
Whether to auto-refresh keys from the issuer.
std::optional<std::string> ccf::JwtIssuerMetadata::ca_cert_bundle_name |
Optional CA bundle name used for authentication when auto-refreshing.