Class: AuthRails::Configuration::Jwt::AccessToken
- Inherits:
-
Object
- Object
- AuthRails::Configuration::Jwt::AccessToken
- Defined in:
- lib/auth_rails/configuration/jwt.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.algorithm ⇒ Object
Returns the value of attribute algorithm.
-
.exp ⇒ Object
Returns the value of attribute exp.
-
.secret_key ⇒ Object
Returns the value of attribute secret_key.
Class Attribute Details
.algorithm ⇒ Object
Returns the value of attribute algorithm.
24 25 26 |
# File 'lib/auth_rails/configuration/jwt.rb', line 24 def algorithm @algorithm end |
.exp ⇒ Object
Returns the value of attribute exp.
24 25 26 |
# File 'lib/auth_rails/configuration/jwt.rb', line 24 def exp @exp end |
.secret_key ⇒ Object
Returns the value of attribute secret_key.
24 25 26 |
# File 'lib/auth_rails/configuration/jwt.rb', line 24 def secret_key @secret_key end |