UNPKG

auth0

Version:

Auth0 Node.js SDK for the Management API v2.

13 lines (12 loc) 573 B
import type { BaseClientOptions } from "../../../../BaseClient.mjs"; import { type NormalizedClientOptionsWithAuth } from "../../../../BaseClient.mjs"; import { SettingsClient } from "../resources/settings/client/Client.mjs"; export declare namespace TenantsClient { type Options = BaseClientOptions; } export declare class TenantsClient { protected readonly _options: NormalizedClientOptionsWithAuth<TenantsClient.Options>; protected _settings: SettingsClient | undefined; constructor(options: TenantsClient.Options); get settings(): SettingsClient; }