Class: OmniauthOidc::JwksCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- OmniauthOidc::JwksCache::CacheEntry
- Defined in:
- lib/omniauth/oidc/jwks_cache.rb
Instance Attribute Summary collapse
-
#fetched_at ⇒ Object
Returns the value of attribute fetched_at.
-
#keys ⇒ Object
Returns the value of attribute keys.
Instance Attribute Details
#fetched_at ⇒ Object
Returns the value of attribute fetched_at
8 9 10 |
# File 'lib/omniauth/oidc/jwks_cache.rb', line 8 def fetched_at @fetched_at end |
#keys ⇒ Object
Returns the value of attribute keys
8 9 10 |
# File 'lib/omniauth/oidc/jwks_cache.rb', line 8 def keys @keys end |