Class: BetterAuth::Plugins::JWT::LocalJwksCache

Inherits:
Struct
  • Object
show all
Defined in:
lib/better_auth/plugins/jwt.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/better_auth/plugins/jwt.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/better_auth/plugins/jwt.rb', line 11

def keys
  @keys
end