Class: BasicAndNego::Auth::None

Inherits:
Base
  • Object
show all
Defined in:
lib/basic_and_nego/auth/none.rb

Instance Attribute Summary

Attributes inherited from Base

#client_name, #headers, #response

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Responses

#bad_request, #challenge, #error, #unauthorized

Constructor Details

This class inherits a constructor from BasicAndNego::Auth::Base

Instance Method Details

#processObject



7
8
9
10
# File 'lib/basic_and_nego/auth/none.rb', line 7

def process
  @logger.debug "No authorization key provided: asking for one (401)"
  @response = unauthorized
end