Class: BasicAndNego::Auth::Unsupported

Inherits:
Base
  • Object
show all
Defined in:
lib/basic_and_nego/auth/unsupported.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/unsupported.rb', line 7

def process
  @logger.debug "Unsupported authentication type"
  @response = bad_request
end