Table of Contents

Interface IManagementApiClient

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
public interface IManagementApiClient : IDisposable
Inherited Members

Properties

Actions

Contains all the methods to call the /actions endpoints.

IActionsClient Actions { get; }

Property Value

IActionsClient

AttackProtection

Contains all the methods to call the /attack-protection endpoints.

IAttackProtectionClient AttackProtection { get; }

Property Value

IAttackProtectionClient

BlacklistedTokens

Contains all the methods to call the /blacklists/tokens endpoints.

IBlacklistedTokensClient BlacklistedTokens { get; }

Property Value

IBlacklistedTokensClient

Branding

Contains all the methods to call the /branding endpoints.

IBrandingClient Branding { get; }

Property Value

IBrandingClient

ClientGrants

Contains all the methods to call the /client-grants endpoints

IClientGrantsClient ClientGrants { get; }

Property Value

IClientGrantsClient

Clients

Contains all the methods to call the /clients endpoints.

IClientsClient Clients { get; }

Property Value

IClientsClient

Connections

Contains all the methods to call the /connections endpoints.

IConnectionsClient Connections { get; }

Property Value

IConnectionsClient

CustomDomains

Contains all the methods to call the /custom-domains endpoints.

ICustomDomainsClient CustomDomains { get; }

Property Value

ICustomDomainsClient

DeviceCredentials

Contains all the methods to call the /device-credentials endpoints.

IDeviceCredentialsClient DeviceCredentials { get; }

Property Value

IDeviceCredentialsClient

EmailProvider

Contains all the methods to call the /emails/provider endpoints.

IEmailProviderClient EmailProvider { get; }

Property Value

IEmailProviderClient

EmailTemplates

Contains all the methods to call the /email-templates endpoints.

IEmailTemplatesClient EmailTemplates { get; }

Property Value

IEmailTemplatesClient

Grants

Contains all the methods to call the /grants endpoints.

IGrantsClient Grants { get; }

Property Value

IGrantsClient

Guardian

Contains all the methods to call the /guardian endpoints.

IGuardianClient Guardian { get; }

Property Value

IGuardianClient

Hooks

Contains all the methods to call the /hooks endpoints.

IHooksClient Hooks { get; }

Property Value

IHooksClient

Jobs

Contains all the methods to call the /jobs endpoints.

IJobsClient Jobs { get; }

Property Value

IJobsClient

Keys

Contains all the methods to call the /keys endpoints.

IKeysClient Keys { get; }

Property Value

IKeysClient

LogStreams

Contains all the methods to all the /log-streams endpoints.

ILogStreamsClient LogStreams { get; }

Property Value

ILogStreamsClient

Logs

Contains all the methods to call the /logs endpoints.

ILogsClient Logs { get; }

Property Value

ILogsClient

Organizations

Contains all the methods to call the /organizations endpoints.

IOrganizationsClient Organizations { get; }

Property Value

IOrganizationsClient

Prompts

Contains all the methods to call the /prompts endpoints.

IPromptsClient Prompts { get; }

Property Value

IPromptsClient

ResourceServers

Contains all the methods to call the /resource-servers endpoints.

IResourceServersClient ResourceServers { get; }

Property Value

IResourceServersClient

Roles

Contains all the methods to call the /roles endpoints.

IRolesClient Roles { get; }

Property Value

IRolesClient

The roles.

Rules

Contains all the methods to call the /rules endpoints.

IRulesClient Rules { get; }

Property Value

IRulesClient

RulesConfig

Contains all the methods to call the /rules-configs endpoints.

IRulesConfigClient RulesConfig { get; }

Property Value

IRulesConfigClient

Stats

Contains all the methods to call the /stats endpoints.

IStatsClient Stats { get; }

Property Value

IStatsClient

TenantSettings

Contains all the methods to call the /tenants/settings endpoints.

ITenantSettingsClient TenantSettings { get; set; }

Property Value

ITenantSettingsClient

Tickets

Contains all the methods to call the /tickets endpoints.

ITicketsClient Tickets { get; }

Property Value

ITicketsClient

UserBlocks

Contains all the methods to call the /user-blocks endpoints.

IUserBlocksClient UserBlocks { get; }

Property Value

IUserBlocksClient

Users

Contains all the methods to call the /users endpoints.

IUsersClient Users { get; }

Property Value

IUsersClient

Methods

UpdateAccessToken(string)

Update the Access Token used with every request.

void UpdateAccessToken(string token)

Parameters

token string

The new and valid Auth0 Management API v2 token.