Class: AuthRails::Configuration::Jwt::RefreshToken
- Inherits:
-
AccessToken
- Object
- AccessToken
- AuthRails::Configuration::Jwt::RefreshToken
- Defined in:
- lib/auth_rails/configuration/jwt.rb
Class Attribute Summary collapse
-
.cookie_key ⇒ Object
Returns the value of attribute cookie_key.
-
.http_only ⇒ Object
Returns the value of attribute http_only.
Class Attribute Details
.cookie_key ⇒ Object
Returns the value of attribute cookie_key.
32 33 34 |
# File 'lib/auth_rails/configuration/jwt.rb', line 32 def @cookie_key end |
.http_only ⇒ Object
Returns the value of attribute http_only.
32 33 34 |
# File 'lib/auth_rails/configuration/jwt.rb', line 32 def http_only @http_only end |