UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

17 lines (16 loc) 670 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.TenantsClient = void 0; const BaseClient_js_1 = require("../../../../BaseClient.js"); const Client_js_1 = require("../resources/settings/client/Client.js"); class TenantsClient { constructor(options) { this._options = (0, BaseClient_js_1.normalizeClientOptionsWithAuth)(options); } get settings() { var _a; return ((_a = this._settings) !== null && _a !== void 0 ? _a : (this._settings = new Client_js_1.SettingsClient(this._options))); } } exports.TenantsClient = TenantsClient;