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
AttackProtection
Contains all the methods to call the /attack-protection endpoints.
IAttackProtectionClient AttackProtection { get; }
Property Value
BlacklistedTokens
Contains all the methods to call the /blacklists/tokens endpoints.
IBlacklistedTokensClient BlacklistedTokens { get; }
Property Value
Branding
Contains all the methods to call the /branding endpoints.
IBrandingClient Branding { get; }
Property Value
ClientGrants
Contains all the methods to call the /client-grants endpoints
IClientGrantsClient ClientGrants { get; }
Property Value
Clients
Contains all the methods to call the /clients endpoints.
IClientsClient Clients { get; }
Property Value
Connections
Contains all the methods to call the /connections endpoints.
IConnectionsClient Connections { get; }
Property Value
CustomDomains
Contains all the methods to call the /custom-domains endpoints.
ICustomDomainsClient CustomDomains { get; }
Property Value
DeviceCredentials
Contains all the methods to call the /device-credentials endpoints.
IDeviceCredentialsClient DeviceCredentials { get; }
Property Value
EmailProvider
Contains all the methods to call the /emails/provider endpoints.
IEmailProviderClient EmailProvider { get; }
Property Value
EmailTemplates
Contains all the methods to call the /email-templates endpoints.
IEmailTemplatesClient EmailTemplates { get; }
Property Value
Grants
Contains all the methods to call the /grants endpoints.
IGrantsClient Grants { get; }
Property Value
Guardian
Contains all the methods to call the /guardian endpoints.
IGuardianClient Guardian { get; }
Property Value
Hooks
Contains all the methods to call the /hooks endpoints.
IHooksClient Hooks { get; }
Property Value
Jobs
Contains all the methods to call the /jobs endpoints.
IJobsClient Jobs { get; }
Property Value
Keys
Contains all the methods to call the /keys endpoints.
IKeysClient Keys { get; }
Property Value
LogStreams
Contains all the methods to all the /log-streams endpoints.
ILogStreamsClient LogStreams { get; }
Property Value
Logs
Contains all the methods to call the /logs endpoints.
ILogsClient Logs { get; }
Property Value
Organizations
Contains all the methods to call the /organizations endpoints.
IOrganizationsClient Organizations { get; }
Property Value
Prompts
Contains all the methods to call the /prompts endpoints.
IPromptsClient Prompts { get; }
Property Value
ResourceServers
Contains all the methods to call the /resource-servers endpoints.
IResourceServersClient ResourceServers { get; }
Property Value
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
RulesConfig
Contains all the methods to call the /rules-configs endpoints.
IRulesConfigClient RulesConfig { get; }
Property Value
Stats
Contains all the methods to call the /stats endpoints.
IStatsClient Stats { get; }
Property Value
TenantSettings
Contains all the methods to call the /tenants/settings endpoints.
ITenantSettingsClient TenantSettings { get; set; }
Property Value
Tickets
Contains all the methods to call the /tickets endpoints.
ITicketsClient Tickets { get; }
Property Value
UserBlocks
Contains all the methods to call the /user-blocks endpoints.
IUserBlocksClient UserBlocks { get; }
Property Value
Users
Contains all the methods to call the /users endpoints.
IUsersClient Users { get; }
Property Value
Methods
UpdateAccessToken(string)
Update the Access Token used with every request.
void UpdateAccessToken(string token)
Parameters
token
stringThe new and valid Auth0 Management API v2 token.