UNPKG

pnz-apicentre-sandbox-sdk

Version:

The sandbox, powered by Middleware New Zealand, is a dedicated environment that mimics an API Provider, as defined in the [Payments NZ API Centre standards](https://paymentsnz.atlassian.net/wiki/spaces/PaymentsNZAPIStandards/overview). This SDK is generat

3 lines (2 loc) 149 B
declare function ClientAssertionJWT(privateKey: string, kid: string, payloadData: Record<string, any>): string; export default ClientAssertionJWT;