CCF
Loading...
Searching...
No Matches
Public Attributes | List of all members
ccf::JwtIssuerMetadata Struct Reference

#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.
 

Member Data Documentation

◆ auto_refresh

bool ccf::JwtIssuerMetadata::auto_refresh = false

Whether to auto-refresh keys from the issuer.

◆ ca_cert_bundle_name

std::optional<std::string> ccf::JwtIssuerMetadata::ca_cert_bundle_name

Optional CA bundle name used for authentication when auto-refreshing.


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