class Warden::Strategies::Base

def _run! # :nodoc:

:nodoc:
:api: private
The method that is called from above. This method calls the underlying authenticate! method
def _run! # :nodoc:
  @performed = true
  authenticate!
  self
end