Exception: Verikloak::JwksCacheError

Inherits:
Error
  • Object
show all
Defined in:
lib/verikloak/errors.rb

Overview

Raised when JWKs fetching, validation, or cache handling fails.

Causes include HTTP failures, invalid JSON, missing required JWK fields, or receiving 304 Not Modified without a prior cached value.

Instance Attribute Summary

Attributes inherited from Error

#code

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Verikloak::Error