UNPKG

securepay

Version:

https://www.securepay.com.au/

15 lines (14 loc) 286 B
export declare class AuthenticationService { constructor(); /** * Request Token * * @param payload */ auth(payload: { clientId: string; clientSecret: string; sendBox: boolean; debugLevel?: number; }): Promise<void>; }