Class: X::Authenticator

Inherits:
Object
  • Object
show all
Defined in:
lib/x/authenticator.rb

Direct Known Subclasses

BearerTokenAuthenticator, OAuthAuthenticator

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