Method: ApiAuth::RequestDrivers::CurbRequest#authorization_header

Defined in:
lib/api_auth/request_drivers/curb.rb

#authorization_headerObject



58
59
60
# File 'lib/api_auth/request_drivers/curb.rb', line 58

def authorization_header
  find_header %w(Authorization AUTHORIZATION HTTP_AUTHORIZATION)
end