UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

13 lines (12 loc) 522 B
// This file was auto-generated by Fern from our API Definition. import { normalizeClientOptionsWithAuth } from "../../../../BaseClient.mjs"; import { SettingsClient } from "../resources/settings/client/Client.mjs"; export class RiskAssessmentsClient { constructor(options) { this._options = normalizeClientOptionsWithAuth(options); } get settings() { var _a; return ((_a = this._settings) !== null && _a !== void 0 ? _a : (this._settings = new SettingsClient(this._options))); } }