Back to Node Auth0

Class ManagementClient

docs/classes/management.SDK.ManagementClient.html

5.9.118.8 KB
Original Source

Class ManagementClient

Hierarchy (View Summary)

Index

Accessors

actionsbrandingclientGrantsclientsconnectionProfilesconnectionscustomDomainsdeviceCredentialsemailTemplateseventStreamseventsflowsformsuserGrantsgroupshooksjobslogStreamslogsnetworkAclsorganizationspromptsrefreshTokensresourceServersrolesrulesrulesConfigsselfServiceProfilessessionsstatssupplementalSignalsticketstokenExchangeProfilesuserAttributeProfilesuserBlocksusersanomalyattackProtectionemailsguardiankeysriskAssessmentstenantsverifiableCredentials

Constructors

constructor

Methods

fetch

Properties

_options_actions_branding_clientGrants_clients_connectionProfiles_connections_customDomains_deviceCredentials_emailTemplates_eventStreams_events_flows_forms_userGrants_groups_hooks_jobs_logStreams_logs_networkAcls_organizations_prompts_refreshTokens_resourceServers_roles_rules_rulesConfigs_selfServiceProfiles_sessions_stats_supplementalSignals_tickets_tokenExchangeProfiles_userAttributeProfiles_userBlocks_users_anomaly_attackProtection_emails_guardian_keys_riskAssessments_tenants_verifiableCredentials

Accessors

actions

get actions(): ActionsClient

Returns ActionsClient

branding

get branding(): BrandingClient

Returns BrandingClient

clientGrants

get clientGrants(): ClientGrantsClient

Returns ClientGrantsClient

clients

get clients(): ClientsClient

Returns ClientsClient

connectionProfiles

get connectionProfiles(): ConnectionProfilesClient

Returns ConnectionProfilesClient

connections

get connections(): ConnectionsClient

Returns ConnectionsClient

customDomains

get customDomains(): CustomDomainsClient

Returns CustomDomainsClient

deviceCredentials

get deviceCredentials(): DeviceCredentialsClient

Returns DeviceCredentialsClient

emailTemplates

get emailTemplates(): EmailTemplatesClient

Returns EmailTemplatesClient

eventStreams

get eventStreams(): EventStreamsClient

Returns EventStreamsClient

events

get events(): EventsClient

Returns EventsClient

flows

get flows(): FlowsClient

Returns FlowsClient

forms

get forms(): FormsClient

Returns FormsClient

userGrants

get userGrants(): UserGrantsClient

Returns UserGrantsClient

groups

get groups(): GroupsClient

Returns GroupsClient

hooks

get hooks(): HooksClient

Returns HooksClient

jobs

get jobs(): JobsClient

Returns JobsClient

logStreams

get logStreams(): LogStreamsClient

Returns LogStreamsClient

logs

get logs(): LogsClient

Returns LogsClient

networkAcls

get networkAcls(): NetworkAclsClient

Returns NetworkAclsClient

organizations

get organizations(): OrganizationsClient

Returns OrganizationsClient

prompts

get prompts(): PromptsClient

Returns PromptsClient

refreshTokens

get refreshTokens(): RefreshTokensClient

Returns RefreshTokensClient

resourceServers

get resourceServers(): ResourceServersClient

Returns ResourceServersClient

roles

get roles(): RolesClient

Returns RolesClient

rules

get rules(): RulesClient

Returns RulesClient

rulesConfigs

get rulesConfigs(): RulesConfigsClient

Returns RulesConfigsClient

selfServiceProfiles

get selfServiceProfiles(): SelfServiceProfilesClient

Returns SelfServiceProfilesClient

sessions

get sessions(): SessionsClient

Returns SessionsClient

stats

get stats(): StatsClient

Returns StatsClient

supplementalSignals

get supplementalSignals(): SupplementalSignalsClient

Returns SupplementalSignalsClient

tickets

get tickets(): TicketsClient

Returns TicketsClient

tokenExchangeProfiles

get tokenExchangeProfiles(): TokenExchangeProfilesClient

Returns TokenExchangeProfilesClient

userAttributeProfiles

get userAttributeProfiles(): UserAttributeProfilesClient

Returns UserAttributeProfilesClient

userBlocks

get userBlocks(): UserBlocksClient

Returns UserBlocksClient

users

get users(): UsersClient

Returns UsersClient

anomaly

get anomaly(): AnomalyClient

Returns AnomalyClient

attackProtection

get attackProtection(): AttackProtectionClient

Returns AttackProtectionClient

emails

get emails(): EmailsClient

Returns EmailsClient

guardian

get guardian(): GuardianClient

Returns GuardianClient

keys

get keys(): KeysClient

Returns KeysClient

riskAssessments

get riskAssessments(): RiskAssessmentsClient

Returns RiskAssessmentsClient

tenants

get tenants(): TenantsClient

Returns TenantsClient

verifiableCredentials

get verifiableCredentials(): VerifiableCredentialsClient

Returns VerifiableCredentialsClient

Constructors

constructor

new ManagementClient(options: BaseClientOptions): ManagementClient

Parameters

Returns ManagementClient

Methods

fetch

fetch(
input: string | Request | URL,
init?: RequestInit,
requestOptions?: RequestOptions,
): Promise<Response>

Make a passthrough request using the SDK's configured auth, retry, logging, etc. This is useful for making requests to endpoints not yet supported in the SDK. The input can be a URL string, URL object, or Request object. Relative paths are resolved against the configured base URL.

Parameters

  • input: string | Request | URL

The URL, path, or Request object.

  • Optionalinit: RequestInit

Standard fetch RequestInit options.

Per-request overrides (timeout, retries, headers, abort signal).

Returns Promise<Response>

A standard Response object.

Properties

Protected Readonly_options

_options: NormalizedClientOptionsWithAuth<BaseClientOptions>

Protected_actions

_actions: ActionsClient | undefined

Protected_branding

_branding: BrandingClient | undefined

Protected_clientGrants

_clientGrants: ClientGrantsClient | undefined

Protected_clients

_clients: ClientsClient | undefined

Protected_connectionProfiles

_connectionProfiles: ConnectionProfilesClient | undefined

Protected_connections

_connections: ConnectionsClient | undefined

Protected_customDomains

_customDomains: CustomDomainsClient | undefined

Protected_deviceCredentials

_deviceCredentials: DeviceCredentialsClient | undefined

Protected_emailTemplates

_emailTemplates: EmailTemplatesClient | undefined

Protected_eventStreams

_eventStreams: EventStreamsClient | undefined

Protected_events

_events: EventsClient | undefined

Protected_flows

_flows: FlowsClient | undefined

Protected_forms

_forms: FormsClient | undefined

Protected_userGrants

_userGrants: UserGrantsClient | undefined

Protected_groups

_groups: GroupsClient | undefined

Protected_hooks

_hooks: HooksClient | undefined

Protected_jobs

_jobs: JobsClient | undefined

Protected_logStreams

_logStreams: LogStreamsClient | undefined

Protected_logs

_logs: LogsClient | undefined

Protected_networkAcls

_networkAcls: NetworkAclsClient | undefined

Protected_organizations

_organizations: OrganizationsClient | undefined

Protected_prompts

_prompts: PromptsClient | undefined

Protected_refreshTokens

_refreshTokens: RefreshTokensClient | undefined

Protected_resourceServers

_resourceServers: ResourceServersClient | undefined

Protected_roles

_roles: RolesClient | undefined

Protected_rules

_rules: RulesClient | undefined

Protected_rulesConfigs

_rulesConfigs: RulesConfigsClient | undefined

Protected_selfServiceProfiles

_selfServiceProfiles: SelfServiceProfilesClient | undefined

Protected_sessions

_sessions: SessionsClient | undefined

Protected_stats

_stats: StatsClient | undefined

Protected_supplementalSignals

_supplementalSignals: SupplementalSignalsClient | undefined

Protected_tickets

_tickets: TicketsClient | undefined

Protected_tokenExchangeProfiles

_tokenExchangeProfiles: TokenExchangeProfilesClient | undefined

Protected_userAttributeProfiles

_userAttributeProfiles: UserAttributeProfilesClient | undefined

Protected_userBlocks

_userBlocks: UserBlocksClient | undefined

Protected_users

_users: UsersClient | undefined

Protected_anomaly

_anomaly: AnomalyClient | undefined

Protected_attackProtection

_attackProtection: AttackProtectionClient | undefined

Protected_emails

_emails: EmailsClient | undefined

Protected_guardian

_guardian: GuardianClient | undefined

Protected_keys

_keys: KeysClient | undefined

Protected_riskAssessments

_riskAssessments: RiskAssessmentsClient | undefined

Protected_tenants

_tenants: TenantsClient | undefined

Protected_verifiableCredentials

_verifiableCredentials: VerifiableCredentialsClient | undefined

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Accessors actionsbrandingclientGrantsclientsconnectionProfilesconnectionscustomDomainsdeviceCredentialsemailTemplateseventStreamseventsflowsformsuserGrantsgroupshooksjobslogStreamslogsnetworkAclsorganizationspromptsrefreshTokensresourceServersrolesrulesrulesConfigsselfServiceProfilessessionsstatssupplementalSignalsticketstokenExchangeProfilesuserAttributeProfilesuserBlocksusersanomalyattackProtectionemailsguardiankeysriskAssessmentstenantsverifiableCredentials Constructors constructor Methods fetch Properties _options_actions_branding_clientGrants_clients_connectionProfiles_connections_customDomains_deviceCredentials_emailTemplates_eventStreams_events_flows_forms_userGrants_groups_hooks_jobs_logStreams_logs_networkAcls_organizations_prompts_refreshTokens_resourceServers_roles_rules_rulesConfigs_selfServiceProfiles_sessions_stats_supplementalSignals_tickets_tokenExchangeProfiles_userAttributeProfiles_userBlocks_users_anomaly_attackProtection_emails_guardian_keys_riskAssessments_tenants_verifiableCredentials