UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 729 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Authentication = void 0; const authenticationApi_1 = require("./authenticationApi"); const authenticationEmbeddedComponentsApi_1 = require("./authenticationEmbeddedComponentsApi"); const developerManagementApi_1 = require("./developerManagementApi"); class Authentication extends authenticationApi_1.AuthenticationApi { constructor() { super(); this.embeddedComponents = new authenticationEmbeddedComponentsApi_1.AuthenticationEmbeddedComponentsApi(); this.developerManagement = new developerManagementApi_1.DeveloperManagementApi(); } } exports.Authentication = Authentication; //# sourceMappingURL=index.js.map