Class: HasHelpers::ServiceTrust::JwksClient::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- HasHelpers::ServiceTrust::JwksClient::CacheEntry
- Defined in:
- lib/has_helpers/service_trust/jwks_client.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#stale_until ⇒ Object
Returns the value of attribute stale_until.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
11 12 13 |
# File 'lib/has_helpers/service_trust/jwks_client.rb', line 11 def expires_at @expires_at end |
#keys ⇒ Object
Returns the value of attribute keys
11 12 13 |
# File 'lib/has_helpers/service_trust/jwks_client.rb', line 11 def keys @keys end |
#stale_until ⇒ Object
Returns the value of attribute stale_until
11 12 13 |
# File 'lib/has_helpers/service_trust/jwks_client.rb', line 11 def stale_until @stale_until end |