Class: AuthRails::Configuration::Jwt::AccessToken

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

Direct Known Subclasses

RefreshToken

Class Attribute Summary collapse

Class Attribute Details

.algorithmObject

Returns the value of attribute algorithm.



24
25
26
# File 'lib/auth_rails/configuration/jwt.rb', line 24

def algorithm
  @algorithm
end

.expObject

Returns the value of attribute exp.



24
25
26
# File 'lib/auth_rails/configuration/jwt.rb', line 24

def exp
  @exp
end

.secret_keyObject

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