Method: Ey::Core::TokenAuthentication#call
- Defined in:
- lib/vendor/core/ey-core/token_authentication.rb
#call(env) ⇒ Object
9 10 11 12 |
# File 'lib/vendor/core/ey-core/token_authentication.rb', line 9 def call(env) env[:request_headers]["X-EY-TOKEN"] = token super end |