|
CCF
|
#include <jwt.h>
Public Attributes | |
| JwtIssuerKeyFilter | key_filter |
| JWT issuer key filter. | |
| std::optional< JwtIssuerKeyPolicy > | key_policy |
| Optional Key Policy. | |
| 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.
| JwtIssuerKeyFilter ccf::JwtIssuerMetadata::key_filter |
JWT issuer key filter.
| std::optional<JwtIssuerKeyPolicy> ccf::JwtIssuerMetadata::key_policy |
Optional Key Policy.