Class: Worldline::Acquiring::SDK::Authentication::Authenticator
- Inherits:
-
Object
- Object
- Worldline::Acquiring::SDK::Authentication::Authenticator
- Defined in:
- lib/worldline/acquiring/sdk/authentication/authenticator.rb
Overview
Abstract class that is responsible for authenticating requests sent to the Worldline Acquiring platform.
Direct Known Subclasses
Instance Method Summary collapse
-
#get_authorization(http_method, resource_uri, request_headers) ⇒ String
Returns a value that can be used for the “Authorization” header.
Instance Method Details
#get_authorization(http_method, resource_uri, request_headers) ⇒ String
Returns a value that can be used for the “Authorization” header.
14 15 16 |
# File 'lib/worldline/acquiring/sdk/authentication/authenticator.rb', line 14 def (http_method, resource_uri, request_headers) raise NotImplementedError end |