UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

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