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

#include <jwt.h>

Public Attributes

JwtIssuerKeyFilter key_filter
 JWT issuer key filter.
 
std::optional< JwtIssuerKeyPolicykey_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.
 

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.

◆ key_filter

JwtIssuerKeyFilter ccf::JwtIssuerMetadata::key_filter

JWT issuer key filter.

◆ key_policy

std::optional<JwtIssuerKeyPolicy> ccf::JwtIssuerMetadata::key_policy

Optional Key Policy.


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