Class: AuthRocket::JwtKey
- Inherits:
-
Resource
- Object
- Resource
- AuthRocket::JwtKey
- Defined in:
- lib/authrocket/jwt_key.rb
Instance Attribute Summary collapse
-
#algo ⇒ Object
readonly
Returns the value of attribute algo.
-
#flags ⇒ Object
readonly
readonly.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#use ⇒ Object
readonly
Returns the value of attribute use.
Instance Attribute Details
#algo ⇒ Object (readonly)
Returns the value of attribute algo.
7 8 9 |
# File 'lib/authrocket/jwt_key.rb', line 7 def algo @algo end |
#flags ⇒ Object (readonly)
readonly
8 9 10 |
# File 'lib/authrocket/jwt_key.rb', line 8 def flags @flags end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
7 8 9 |
# File 'lib/authrocket/jwt_key.rb', line 7 def key @key end |
#use ⇒ Object (readonly)
Returns the value of attribute use.
7 8 9 |
# File 'lib/authrocket/jwt_key.rb', line 7 def use @use end |