Method: HaveAPI::Authentication::Token::Config#find_user_by_token
- Defined in:
- lib/haveapi/authentication/token/config.rb
#find_user_by_token(request, token) ⇒ Object?
Authenticate request by token
Return user object or nil. If the token was created as auto-renewable, this method is responsible for its renewal. Must be implemented.
113 |
# File 'lib/haveapi/authentication/token/config.rb', line 113 def find_user_by_token(request, token); end |