UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

10 lines (9 loc) 585 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Configuration } from './configuration'; export declare function createAuthProviderFromConfig(config: Partial<Configuration>): import("@apimatic/core-interfaces").AuthenticatorInterface<import("@apimatic/authentication-adapters/lib/compositeAuthenticationAdapter").CompositeAuthParams<"hTTPBearerAuthentication", { hTTPBearerAuthentication: import("@apimatic/core-interfaces").AuthenticatorInterface<boolean> | undefined; }>>;