Class: X::Authenticator
- Inherits:
-
Object
- Object
- X::Authenticator
- Defined in:
- lib/x/authenticator.rb
Direct Known Subclasses
Constant Summary collapse
- AUTHENTICATION_HEADER =
"Authorization".freeze
Instance Method Summary collapse
Instance Method Details
#header(_request) ⇒ Object
5 6 7 |
# File 'lib/x/authenticator.rb', line 5 def header(_request) {AUTHENTICATION_HEADER => ""} end |