Method: SimpleTokenAuthentication::Entity#token_param_name
- Defined in:
- lib/simple_token_authentication/entity.rb
#token_param_name ⇒ Object
41 42 43 |
# File 'lib/simple_token_authentication/entity.rb', line 41 def token_param_name "#{name_underscore}_token".to_sym end |