@satispay-authentication/core
v1.0.2
Published
This module will help you to [compose a signed request to Satispay API](https://developers.satispay.com/reference). You can also use the following implementations:
Downloads
6
Readme
@satispay-authentication/core
This module will help you to compose a signed request to Satispay API.
You can also use the following implementations:
- @satispay-authentication/node-fetch (
node-fetch
interface)
API
HTTPRequest (interface)
An interface that represents an HTTP request.
createSignedHTTPRequest (function)
Signature:
declare export function createSignedHTTPRequest(args: {
httpRequest: HTTPRequest,
keyId: string
privateKey: string
}): HTTPRequest
Return a signed HTTPRequest.