Class: ActionHook::Security::Authentication::BearerToken
- Defined in:
- lib/actionhook/security/authentication.rb
Instance Attribute Summary
Attributes inherited from Token
Instance Method Summary collapse
Methods inherited from Token
Methods inherited from Base
Constructor Details
This class inherits a constructor from ActionHook::Security::Authentication::Token
Instance Method Details
#header_value ⇒ Object
27 28 29 |
# File 'lib/actionhook/security/authentication.rb', line 27 def header_value "Bearer #{token}" end |