Class: OmniauthOidc::JwksCache::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/omniauth/oidc/jwks_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fetched_atObject

Returns the value of attribute fetched_at

Returns:

  • (Object)

    the current value of fetched_at



8
9
10
# File 'lib/omniauth/oidc/jwks_cache.rb', line 8

def fetched_at
  @fetched_at
end

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



8
9
10
# File 'lib/omniauth/oidc/jwks_cache.rb', line 8

def keys
  @keys
end