Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator interface { // GetAuthorization returns a value that can be used for the "Authorization" header. // Note that the list of Request headers may not be modified and may not contain headers with the same name. GetAuthorization(httpMethod string, resourceURI url.URL, requestHeaders []communication.Header) (string, error) }
Authenticator is the interface used to authenticate requests to the Worldline Acquiring platform. Thread-safe.
Click to show internal directories.
Click to hide internal directories.