Class: AuthRails::Configuration::Jwt::RefreshToken

Inherits:
AccessToken
  • Object
show all
Defined in:
lib/auth_rails/configuration/jwt.rb

Class Attribute Summary collapse

Class Attribute Details

Returns the value of attribute cookie_key.



32
33
34
# File 'lib/auth_rails/configuration/jwt.rb', line 32

def cookie_key
  @cookie_key
end

.http_onlyObject

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