Class: ActionHook::Security::Authentication::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/actionhook/security/authentication.rb

Direct Known Subclasses

Basic, Token

Instance Method Summary collapse

Instance Method Details

#to_hObject



9
10
11
# File 'lib/actionhook/security/authentication.rb', line 9

def to_h
  { "Authorization" => header_value }
end