UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

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