pub fn evaluate_freshness(
registration: &IdentityProviderRegistration,
exchange: &HttpExchange,
) -> Result<Freshness>Expand description
Evaluate HTTP cache semantics to determine TTL for the fetched JWKS document.
pub fn evaluate_freshness(
registration: &IdentityProviderRegistration,
exchange: &HttpExchange,
) -> Result<Freshness>Evaluate HTTP cache semantics to determine TTL for the fetched JWKS document.