Class: BetterAuth::Plugins::JWT::LocalJwksCache
- Inherits:
-
Struct
- Object
- Struct
- BetterAuth::Plugins::JWT::LocalJwksCache
- Defined in:
- lib/better_auth/plugins/jwt.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#keys ⇒ Object
Returns the value of attribute keys.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
11 12 13 |
# File 'lib/better_auth/plugins/jwt.rb', line 11 def expires_at @expires_at end |
#keys ⇒ Object
Returns the value of attribute keys
11 12 13 |
# File 'lib/better_auth/plugins/jwt.rb', line 11 def keys @keys end |