Class: HasHelpers::ServiceTrust::JwksClient::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/has_helpers/service_trust/jwks_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



11
12
13
# File 'lib/has_helpers/service_trust/jwks_client.rb', line 11

def expires_at
  @expires_at
end

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



11
12
13
# File 'lib/has_helpers/service_trust/jwks_client.rb', line 11

def keys
  @keys
end

#stale_untilObject

Returns the value of attribute stale_until

Returns:

  • (Object)

    the current value of stale_until



11
12
13
# File 'lib/has_helpers/service_trust/jwks_client.rb', line 11

def stale_until
  @stale_until
end