From e3684f68764d51bc9a5a729e93d6a55dff54cc29 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 26 Jul 2022 14:42:02 +0200 Subject: [PATCH] Release 7.17.0 (#579) * Release 7.17.0 * Generate docs --- CHANGELOG.md | 6 + build/common.props | 2 +- ...0.ManagementApi.Clients.ActionsClient.html | 12 +- ...entApi.Clients.AttackProtectionClient.html | 10 +- ...ntApi.Clients.BlacklistedTokensClient.html | 10 +- ....ManagementApi.Clients.BrandingClient.html | 10 +- ...agementApi.Clients.ClientGrantsClient.html | 10 +- ...0.ManagementApi.Clients.ClientsClient.html | 10 +- ...nagementApi.Clients.ConnectionsClient.html | 10 +- ...gementApi.Clients.CustomDomainsClient.html | 12 +- ...ntApi.Clients.DeviceCredentialsClient.html | 10 +- ...gementApi.Clients.EmailProviderClient.html | 10 +- ...ementApi.Clients.EmailTemplatesClient.html | 10 +- ....ManagementApi.Clients.GuardianClient.html | 10 +- ...th0.ManagementApi.Clients.HooksClient.html | 10 +- ....ManagementApi.Clients.IActionsClient.html | 830 +++++ ...ntApi.Clients.IAttackProtectionClient.html | 394 +++ ...tApi.Clients.IBlacklistedTokensClient.html | 216 ++ ...ManagementApi.Clients.IBrandingClient.html | 346 +++ ...gementApi.Clients.IClientGrantsClient.html | 326 ++ ....ManagementApi.Clients.IClientsClient.html | 438 +++ ...agementApi.Clients.IConnectionsClient.html | 445 +++ ...ementApi.Clients.ICustomDomainsClient.html | 362 +++ ...tApi.Clients.IDeviceCredentialsClient.html | 338 ++ ...ementApi.Clients.IEmailProviderClient.html | 317 ++ ...mentApi.Clients.IEmailTemplatesClient.html | 326 ++ ...ManagementApi.Clients.IGuardianClient.html | 672 ++++ ...h0.ManagementApi.Clients.IHooksClient.html | 381 +++ ...th0.ManagementApi.Clients.IJobsClient.html | 353 +++ ...th0.ManagementApi.Clients.IKeysClient.html | 302 ++ ...nagementApi.Clients.ILogStreamsClient.html | 362 +++ ...th0.ManagementApi.Clients.ILogsClient.html | 222 ++ ...ementApi.Clients.IOrganizationsClient.html | 1383 +++++++++ ....ManagementApi.Clients.IPromptsClient.html | 216 ++ ...entApi.Clients.IResourceServersClient.html | 369 +++ ...h0.ManagementApi.Clients.IRolesClient.html | 803 +++++ ...h0.ManagementApi.Clients.IRulesClient.html | 389 +++ ...agementApi.Clients.IRulesConfigClient.html | 216 ++ ...h0.ManagementApi.Clients.IStatsClient.html | 216 ++ ...mentApi.Clients.ITenantSettingsClient.html | 224 ++ ....ManagementApi.Clients.ITicketsClient.html | 216 ++ ...nagementApi.Clients.IUserBlocksClient.html | 314 ++ ...h0.ManagementApi.Clients.IUsersClient.html | 1263 ++++++++ ...uth0.ManagementApi.Clients.JobsClient.html | 14 +- ...uth0.ManagementApi.Clients.KeysClient.html | 10 +- ...anagementApi.Clients.LogStreamsClient.html | 10 +- ...uth0.ManagementApi.Clients.LogsClient.html | 10 +- ...gementApi.Clients.OrganizationsClient.html | 10 +- ...0.ManagementApi.Clients.PromptsClient.html | 10 +- ...mentApi.Clients.ResourceServersClient.html | 10 +- ...th0.ManagementApi.Clients.RolesClient.html | 10 +- ...th0.ManagementApi.Clients.RulesClient.html | 10 +- ...nagementApi.Clients.RulesConfigClient.html | 10 +- ...th0.ManagementApi.Clients.StatsClient.html | 10 +- ...ementApi.Clients.TenantSettingsClient.html | 10 +- ...0.ManagementApi.Clients.TicketsClient.html | 10 +- ...anagementApi.Clients.UserBlocksClient.html | 10 +- ...th0.ManagementApi.Clients.UsersClient.html | 10 +- docs/api/Auth0.ManagementApi.Clients.html | 58 + ...h0.ManagementApi.IManagementApiClient.html | 820 +++++ ...th0.ManagementApi.ManagementApiClient.html | 118 +- ...Auth0.ManagementApi.Models.Connection.html | 27 +- docs/api/Auth0.ManagementApi.html | 2 + docs/api/toc.html | 87 + docs/manifest.json | 418 ++- docs/xrefmap.yml | 2757 ++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 68 files changed, 16662 insertions(+), 164 deletions(-) create mode 100644 docs/api/Auth0.ManagementApi.Clients.IActionsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IBrandingClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IClientGrantsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IClientsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IConnectionsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IEmailProviderClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IGuardianClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IHooksClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IJobsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IKeysClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.ILogStreamsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.ILogsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IOrganizationsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IPromptsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IResourceServersClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IRolesClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IRulesClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IRulesConfigClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IStatsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.ITicketsClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IUserBlocksClient.html create mode 100644 docs/api/Auth0.ManagementApi.Clients.IUsersClient.html create mode 100644 docs/api/Auth0.ManagementApi.IManagementApiClient.html diff --git a/CHANGELOG.md b/CHANGELOG.md index df502b194..1f7782c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [7.17.0](https://github.com/auth0/auth0.net/tree/7.17.0) (2022-07-26) +[Full Changelog](https://github.com/auth0/auth0.net/compare/7.16.1...7.17.0) + +**Added** +- Add interfaces for Management Clients [\#569](https://github.com/auth0/auth0.net/pull/569) ([DerKobe](https://github.com/derkobe)) + ## [7.16.1](https://github.com/auth0/auth0.net/tree/7.16.1) (2022-07-12) [Full Changelog](https://github.com/auth0/auth0.net/compare/7.16.0...7.16.1) diff --git a/build/common.props b/build/common.props index 50806ec47..eb2e6c60c 100644 --- a/build/common.props +++ b/build/common.props @@ -20,7 +20,7 @@ 7.1 - 7.16.1 + 7.17.0 diff --git a/docs/api/Auth0.ManagementApi.Clients.ActionsClient.html b/docs/api/Auth0.ManagementApi.Clients.ActionsClient.html index 0c42d5788..70683d6a6 100644 --- a/docs/api/Auth0.ManagementApi.Clients.ActionsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.ActionsClient.html @@ -82,6 +82,10 @@
Inheritance
ActionsClient
+
+
Implements
+
IActionsClient
+
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class ActionsClient : BaseClient
+
public class ActionsClient : BaseClient, IActionsClient

Constructors

@@ -168,7 +172,7 @@

Methods

CreateAsync(CreateActionRequest, CancellationToken)

-

Create an action.

+

Create an action.

Declaration
@@ -878,6 +882,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.AttackProtectionClient.html b/docs/api/Auth0.ManagementApi.Clients.AttackProtectionClient.html index 44ed5ed4f..4aebf1ea7 100644 --- a/docs/api/Auth0.ManagementApi.Clients.AttackProtectionClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.AttackProtectionClient.html @@ -81,6 +81,10 @@
Inheritance
AttackProtectionClient
+
+
Implements
+
IAttackProtectionClient
+
Inherited Members
@@ -124,7 +128,7 @@
Namespace: Syntax
-
public class AttackProtectionClient : BaseClient
+
public class AttackProtectionClient : BaseClient, IAttackProtectionClient

Constructors

@@ -441,6 +445,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.BlacklistedTokensClient.html b/docs/api/Auth0.ManagementApi.Clients.BlacklistedTokensClient.html index f5d51d9d4..6f2f579be 100644 --- a/docs/api/Auth0.ManagementApi.Clients.BlacklistedTokensClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.BlacklistedTokensClient.html @@ -82,6 +82,10 @@
Inheritance
BlacklistedTokensClient
+
+
Implements
+
IBlacklistedTokensClient
+
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class BlacklistedTokensClient : BaseClient
+
public class BlacklistedTokensClient : BaseClient, IBlacklistedTokensClient

Constructors

@@ -268,6 +272,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.BrandingClient.html b/docs/api/Auth0.ManagementApi.Clients.BrandingClient.html index 536aeccf2..b505e6e2e 100644 --- a/docs/api/Auth0.ManagementApi.Clients.BrandingClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.BrandingClient.html @@ -82,6 +82,10 @@
Inheritance
BrandingClient
+
+
Implements
+
IBrandingClient
+
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class BrandingClient : BaseClient
+
public class BrandingClient : BaseClient, IBrandingClient

Constructors

@@ -398,6 +402,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.ClientGrantsClient.html b/docs/api/Auth0.ManagementApi.Clients.ClientGrantsClient.html index 82f4e07ed..5e414a6b5 100644 --- a/docs/api/Auth0.ManagementApi.Clients.ClientGrantsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.ClientGrantsClient.html @@ -82,6 +82,10 @@
Inheritance
ClientGrantsClient
+
+
Implements
+
IClientGrantsClient
+
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class ClientGrantsClient : BaseClient
+
public class ClientGrantsClient : BaseClient, IClientGrantsClient

Constructors

@@ -378,6 +382,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.ClientsClient.html b/docs/api/Auth0.ManagementApi.Clients.ClientsClient.html index 903546095..7c3e57848 100644 --- a/docs/api/Auth0.ManagementApi.Clients.ClientsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.ClientsClient.html @@ -82,6 +82,10 @@
Inheritance
ClientsClient
+
+
Implements
+
IClientsClient
+
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class ClientsClient : BaseClient
+
public class ClientsClient : BaseClient, IClientsClient

Constructors

@@ -490,6 +494,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.ConnectionsClient.html b/docs/api/Auth0.ManagementApi.Clients.ConnectionsClient.html index 16a991c71..a9dc39863 100644 --- a/docs/api/Auth0.ManagementApi.Clients.ConnectionsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.ConnectionsClient.html @@ -82,6 +82,10 @@
Inheritance
ConnectionsClient
+
+
Implements
+
IConnectionsClient
+
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class ConnectionsClient : BaseClient
+
public class ConnectionsClient : BaseClient, IConnectionsClient

Constructors

@@ -497,6 +501,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.CustomDomainsClient.html b/docs/api/Auth0.ManagementApi.Clients.CustomDomainsClient.html index 65d036d48..5d905bb31 100644 --- a/docs/api/Auth0.ManagementApi.Clients.CustomDomainsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.CustomDomainsClient.html @@ -82,6 +82,10 @@
Inheritance
CustomDomainsClient
+
+
Implements
+
ICustomDomainsClient
+
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class CustomDomainsClient : BaseClient
+
public class CustomDomainsClient : BaseClient, ICustomDomainsClient

Constructors

@@ -367,7 +371,7 @@
Returns

VerifyAsync(String, CancellationToken)

-

Run the verification process for the custom domain.

+

Run the verification process for the custom domain.

Declaration
@@ -414,6 +418,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.DeviceCredentialsClient.html b/docs/api/Auth0.ManagementApi.Clients.DeviceCredentialsClient.html index 38e740d12..2291cef89 100644 --- a/docs/api/Auth0.ManagementApi.Clients.DeviceCredentialsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.DeviceCredentialsClient.html @@ -82,6 +82,10 @@
Inheritance
DeviceCredentialsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.EmailProviderClient.html b/docs/api/Auth0.ManagementApi.Clients.EmailProviderClient.html index 41b2b7baa..fa70a68c5 100644 --- a/docs/api/Auth0.ManagementApi.Clients.EmailProviderClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.EmailProviderClient.html @@ -82,6 +82,10 @@
Inheritance
EmailProviderClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.EmailTemplatesClient.html b/docs/api/Auth0.ManagementApi.Clients.EmailTemplatesClient.html index 5a191d0d1..2981bf5a8 100644 --- a/docs/api/Auth0.ManagementApi.Clients.EmailTemplatesClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.EmailTemplatesClient.html @@ -82,6 +82,10 @@
Inheritance
EmailTemplatesClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.GuardianClient.html b/docs/api/Auth0.ManagementApi.Clients.GuardianClient.html index 6185c4be2..ffc362019 100644 --- a/docs/api/Auth0.ManagementApi.Clients.GuardianClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.GuardianClient.html @@ -82,6 +82,10 @@
Inheritance
GuardianClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.HooksClient.html b/docs/api/Auth0.ManagementApi.Clients.HooksClient.html index 48fdd29e7..a3c2d2157 100644 --- a/docs/api/Auth0.ManagementApi.Clients.HooksClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.HooksClient.html @@ -82,6 +82,10 @@
Inheritance
HooksClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.IActionsClient.html b/docs/api/Auth0.ManagementApi.Clients.IActionsClient.html new file mode 100644 index 000000000..8f7506d75 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IActionsClient.html @@ -0,0 +1,830 @@ + + + + + + + + Interface IActionsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html b/docs/api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html new file mode 100644 index 000000000..db78d4889 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html @@ -0,0 +1,394 @@ + + + + + + + + Interface IAttackProtectionClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html b/docs/api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html new file mode 100644 index 000000000..b42a3742c --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html @@ -0,0 +1,216 @@ + + + + + + + + Interface IBlacklistedTokensClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IBrandingClient.html b/docs/api/Auth0.ManagementApi.Clients.IBrandingClient.html new file mode 100644 index 000000000..6741717cc --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IBrandingClient.html @@ -0,0 +1,346 @@ + + + + + + + + Interface IBrandingClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IClientGrantsClient.html b/docs/api/Auth0.ManagementApi.Clients.IClientGrantsClient.html new file mode 100644 index 000000000..d8f766392 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IClientGrantsClient.html @@ -0,0 +1,326 @@ + + + + + + + + Interface IClientGrantsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IClientsClient.html b/docs/api/Auth0.ManagementApi.Clients.IClientsClient.html new file mode 100644 index 000000000..5e564861b --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IClientsClient.html @@ -0,0 +1,438 @@ + + + + + + + + Interface IClientsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IConnectionsClient.html b/docs/api/Auth0.ManagementApi.Clients.IConnectionsClient.html new file mode 100644 index 000000000..66b5bf125 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IConnectionsClient.html @@ -0,0 +1,445 @@ + + + + + + + + Interface IConnectionsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html b/docs/api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html new file mode 100644 index 000000000..cb1e5666f --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html @@ -0,0 +1,362 @@ + + + + + + + + Interface ICustomDomainsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html b/docs/api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html new file mode 100644 index 000000000..73b45ba90 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html @@ -0,0 +1,338 @@ + + + + + + + + Interface IDeviceCredentialsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IEmailProviderClient.html b/docs/api/Auth0.ManagementApi.Clients.IEmailProviderClient.html new file mode 100644 index 000000000..440ef61ff --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IEmailProviderClient.html @@ -0,0 +1,317 @@ + + + + + + + + Interface IEmailProviderClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html b/docs/api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html new file mode 100644 index 000000000..0d67d4963 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html @@ -0,0 +1,326 @@ + + + + + + + + Interface IEmailTemplatesClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IGuardianClient.html b/docs/api/Auth0.ManagementApi.Clients.IGuardianClient.html new file mode 100644 index 000000000..5bc472361 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IGuardianClient.html @@ -0,0 +1,672 @@ + + + + + + + + Interface IGuardianClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IHooksClient.html b/docs/api/Auth0.ManagementApi.Clients.IHooksClient.html new file mode 100644 index 000000000..ae442b44b --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IHooksClient.html @@ -0,0 +1,381 @@ + + + + + + + + Interface IHooksClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IJobsClient.html b/docs/api/Auth0.ManagementApi.Clients.IJobsClient.html new file mode 100644 index 000000000..d76f9a662 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IJobsClient.html @@ -0,0 +1,353 @@ + + + + + + + + Interface IJobsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IKeysClient.html b/docs/api/Auth0.ManagementApi.Clients.IKeysClient.html new file mode 100644 index 000000000..5fc0e6150 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IKeysClient.html @@ -0,0 +1,302 @@ + + + + + + + + Interface IKeysClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.ILogStreamsClient.html b/docs/api/Auth0.ManagementApi.Clients.ILogStreamsClient.html new file mode 100644 index 000000000..d07f98fda --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.ILogStreamsClient.html @@ -0,0 +1,362 @@ + + + + + + + + Interface ILogStreamsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.ILogsClient.html b/docs/api/Auth0.ManagementApi.Clients.ILogsClient.html new file mode 100644 index 000000000..a616413c2 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.ILogsClient.html @@ -0,0 +1,222 @@ + + + + + + + + Interface ILogsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IOrganizationsClient.html b/docs/api/Auth0.ManagementApi.Clients.IOrganizationsClient.html new file mode 100644 index 000000000..95bb2212d --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IOrganizationsClient.html @@ -0,0 +1,1383 @@ + + + + + + + + Interface IOrganizationsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IPromptsClient.html b/docs/api/Auth0.ManagementApi.Clients.IPromptsClient.html new file mode 100644 index 000000000..5baa9a8d4 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IPromptsClient.html @@ -0,0 +1,216 @@ + + + + + + + + Interface IPromptsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IResourceServersClient.html b/docs/api/Auth0.ManagementApi.Clients.IResourceServersClient.html new file mode 100644 index 000000000..4194b4e05 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IResourceServersClient.html @@ -0,0 +1,369 @@ + + + + + + + + Interface IResourceServersClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IRolesClient.html b/docs/api/Auth0.ManagementApi.Clients.IRolesClient.html new file mode 100644 index 000000000..a9bd91df8 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IRolesClient.html @@ -0,0 +1,803 @@ + + + + + + + + Interface IRolesClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IRulesClient.html b/docs/api/Auth0.ManagementApi.Clients.IRulesClient.html new file mode 100644 index 000000000..ba79a6bee --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IRulesClient.html @@ -0,0 +1,389 @@ + + + + + + + + Interface IRulesClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IRulesConfigClient.html b/docs/api/Auth0.ManagementApi.Clients.IRulesConfigClient.html new file mode 100644 index 000000000..6faed619e --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IRulesConfigClient.html @@ -0,0 +1,216 @@ + + + + + + + + Interface IRulesConfigClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IStatsClient.html b/docs/api/Auth0.ManagementApi.Clients.IStatsClient.html new file mode 100644 index 000000000..ffd06b475 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IStatsClient.html @@ -0,0 +1,216 @@ + + + + + + + + Interface IStatsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html b/docs/api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html new file mode 100644 index 000000000..829298b74 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html @@ -0,0 +1,224 @@ + + + + + + + + Interface ITenantSettingsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.ITicketsClient.html b/docs/api/Auth0.ManagementApi.Clients.ITicketsClient.html new file mode 100644 index 000000000..645665cfa --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.ITicketsClient.html @@ -0,0 +1,216 @@ + + + + + + + + Interface ITicketsClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IUserBlocksClient.html b/docs/api/Auth0.ManagementApi.Clients.IUserBlocksClient.html new file mode 100644 index 000000000..4f77a0340 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IUserBlocksClient.html @@ -0,0 +1,314 @@ + + + + + + + + Interface IUserBlocksClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.IUsersClient.html b/docs/api/Auth0.ManagementApi.Clients.IUsersClient.html new file mode 100644 index 000000000..a442bec5e --- /dev/null +++ b/docs/api/Auth0.ManagementApi.Clients.IUsersClient.html @@ -0,0 +1,1263 @@ + + + + + + + + Interface IUsersClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.Clients.JobsClient.html b/docs/api/Auth0.ManagementApi.Clients.JobsClient.html index 0ca1fc32e..6241a6602 100644 --- a/docs/api/Auth0.ManagementApi.Clients.JobsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.JobsClient.html @@ -82,6 +82,10 @@
Inheritance
JobsClient
+
+
Implements
+ +
Inherited Members
@@ -125,7 +129,7 @@
Namespace: Syntax
-
public class JobsClient : BaseClient
+
public class JobsClient : BaseClient, IJobsClient

Constructors

@@ -172,7 +176,7 @@

Methods

ExportUsersAsync(UsersExportsJobRequest, CancellationToken)

-

Exports users from a connection to a file using a long running job.

+

Exports users from a connection to a file using a long running job.

Declaration
@@ -276,7 +280,7 @@

ImportUsersAsync(String, String, Stream, Nullable<Boolean>, String, Nullable<Boolean>, CancellationToken)

-

Imports users to a connection from a file using a long running job.

+

Imports users to a connection from a file using a long running job.

Declaration
@@ -405,6 +409,10 @@
Returns
+

Implements

+
diff --git a/docs/api/Auth0.ManagementApi.Clients.KeysClient.html b/docs/api/Auth0.ManagementApi.Clients.KeysClient.html index 44431664d..e9c941fb5 100644 --- a/docs/api/Auth0.ManagementApi.Clients.KeysClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.KeysClient.html @@ -82,6 +82,10 @@
Inheritance
KeysClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.LogStreamsClient.html b/docs/api/Auth0.ManagementApi.Clients.LogStreamsClient.html index a2351317b..0b80ee373 100644 --- a/docs/api/Auth0.ManagementApi.Clients.LogStreamsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.LogStreamsClient.html @@ -82,6 +82,10 @@
Inheritance
LogStreamsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.LogsClient.html b/docs/api/Auth0.ManagementApi.Clients.LogsClient.html index e689a1d8b..b350c6e61 100644 --- a/docs/api/Auth0.ManagementApi.Clients.LogsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.LogsClient.html @@ -82,6 +82,10 @@
Inheritance
LogsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.OrganizationsClient.html b/docs/api/Auth0.ManagementApi.Clients.OrganizationsClient.html index ca0e4c8b1..921615ee5 100644 --- a/docs/api/Auth0.ManagementApi.Clients.OrganizationsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.OrganizationsClient.html @@ -81,6 +81,10 @@
Inheritance
OrganizationsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.PromptsClient.html b/docs/api/Auth0.ManagementApi.Clients.PromptsClient.html index f045b75ec..79b8cc364 100644 --- a/docs/api/Auth0.ManagementApi.Clients.PromptsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.PromptsClient.html @@ -82,6 +82,10 @@
Inheritance
PromptsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.ResourceServersClient.html b/docs/api/Auth0.ManagementApi.Clients.ResourceServersClient.html index b75a2ca6b..764ebad8e 100644 --- a/docs/api/Auth0.ManagementApi.Clients.ResourceServersClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.ResourceServersClient.html @@ -82,6 +82,10 @@
Inheritance
ResourceServersClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.RolesClient.html b/docs/api/Auth0.ManagementApi.Clients.RolesClient.html index b663a4ff6..cae37302a 100644 --- a/docs/api/Auth0.ManagementApi.Clients.RolesClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.RolesClient.html @@ -82,6 +82,10 @@
Inheritance
RolesClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.RulesClient.html b/docs/api/Auth0.ManagementApi.Clients.RulesClient.html index 17ec36d43..f2b5dd736 100644 --- a/docs/api/Auth0.ManagementApi.Clients.RulesClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.RulesClient.html @@ -82,6 +82,10 @@
Inheritance
RulesClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html b/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html index a78dcc8ef..71124c5bb 100644 --- a/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.RulesConfigClient.html @@ -82,6 +82,10 @@
Inheritance
RulesConfigClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.StatsClient.html b/docs/api/Auth0.ManagementApi.Clients.StatsClient.html index 7c2c1cb74..4b1547f42 100644 --- a/docs/api/Auth0.ManagementApi.Clients.StatsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.StatsClient.html @@ -82,6 +82,10 @@
Inheritance
StatsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.TenantSettingsClient.html b/docs/api/Auth0.ManagementApi.Clients.TenantSettingsClient.html index 0706c4dcd..609ae2b37 100644 --- a/docs/api/Auth0.ManagementApi.Clients.TenantSettingsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.TenantSettingsClient.html @@ -82,6 +82,10 @@
Inheritance
TenantSettingsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.TicketsClient.html b/docs/api/Auth0.ManagementApi.Clients.TicketsClient.html index 17a7ae598..82f7eb08d 100644 --- a/docs/api/Auth0.ManagementApi.Clients.TicketsClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.TicketsClient.html @@ -82,6 +82,10 @@
Inheritance
TicketsClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.UserBlocksClient.html b/docs/api/Auth0.ManagementApi.Clients.UserBlocksClient.html index fe3a190ce..a8070adda 100644 --- a/docs/api/Auth0.ManagementApi.Clients.UserBlocksClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.UserBlocksClient.html @@ -82,6 +82,10 @@
Inheritance
UserBlocksClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.UsersClient.html b/docs/api/Auth0.ManagementApi.Clients.UsersClient.html index 884f68f61..021d1ab03 100644 --- a/docs/api/Auth0.ManagementApi.Clients.UsersClient.html +++ b/docs/api/Auth0.ManagementApi.Clients.UsersClient.html @@ -82,6 +82,10 @@
Inheritance
UsersClient
+
+
Implements
+ +
Inherited Members
diff --git a/docs/api/Auth0.ManagementApi.Clients.html b/docs/api/Auth0.ManagementApi.Clients.html index f70f8df2f..8f83a2a13 100644 --- a/docs/api/Auth0.ManagementApi.Clients.html +++ b/docs/api/Auth0.ManagementApi.Clients.html @@ -162,6 +162,64 @@

Use

UsersClient

Contains methods to access the /users endpoints.

+

Interfaces +

+

IActionsClient

+
+

IAttackProtectionClient

+
+

IBlacklistedTokensClient

+
+

IBrandingClient

+
+

IClientGrantsClient

+
+

IClientsClient

+
+

IConnectionsClient

+
+

ICustomDomainsClient

+
+

IDeviceCredentialsClient

+
+

IEmailProviderClient

+
+

IEmailTemplatesClient

+
+

IGuardianClient

+
+

IHooksClient

+
+

IJobsClient

+
+

IKeysClient

+
+

ILogsClient

+
+

ILogStreamsClient

+
+

IOrganizationsClient

+
+

IPromptsClient

+
+

IResourceServersClient

+
+

IRolesClient

+
+

IRulesClient

+
+

IRulesConfigClient

+
+

IStatsClient

+
+

ITenantSettingsClient

+
+

ITicketsClient

+
+

IUserBlocksClient

+
+

IUsersClient

+
diff --git a/docs/api/Auth0.ManagementApi.IManagementApiClient.html b/docs/api/Auth0.ManagementApi.IManagementApiClient.html new file mode 100644 index 000000000..7325eafb0 --- /dev/null +++ b/docs/api/Auth0.ManagementApi.IManagementApiClient.html @@ -0,0 +1,820 @@ + + + + + + + + Interface IManagementApiClient + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/docs/api/Auth0.ManagementApi.ManagementApiClient.html b/docs/api/Auth0.ManagementApi.ManagementApiClient.html index bc364ccf7..dc3b4132b 100644 --- a/docs/api/Auth0.ManagementApi.ManagementApiClient.html +++ b/docs/api/Auth0.ManagementApi.ManagementApiClient.html @@ -84,6 +84,7 @@
Inheritance
Implements
System.IDisposable
+
Declaration
-
public ActionsClient Actions { get; }
+
public IActionsClient Actions { get; }
Property Value
@@ -239,7 +240,7 @@
Property Value
- + @@ -251,7 +252,7 @@

Declaration
-
public AttackProtectionClient AttackProtection { get; }
+
public IAttackProtectionClient AttackProtection { get; }
Property Value
ActionsClientIActionsClient
@@ -263,7 +264,7 @@
Property Value
- + @@ -275,7 +276,7 @@

Declaration
-
public BlacklistedTokensClient BlacklistedTokens { get; }
+
public IBlacklistedTokensClient BlacklistedTokens { get; }
Property Value
AttackProtectionClientIAttackProtectionClient
@@ -287,7 +288,7 @@
Property Value
- + @@ -299,7 +300,7 @@

Declaration
-
public BrandingClient Branding { get; }
+
public IBrandingClient Branding { get; }
Property Value
BlacklistedTokensClientIBlacklistedTokensClient
@@ -311,7 +312,7 @@
Property Value
- + @@ -323,7 +324,7 @@

Declaration
-
public ClientGrantsClient ClientGrants { get; }
+
public IClientGrantsClient ClientGrants { get; }
Property Value
BrandingClientIBrandingClient
@@ -335,7 +336,7 @@
Property Value
- + @@ -347,7 +348,7 @@

Declaration
-
public ClientsClient Clients { get; }
+
public IClientsClient Clients { get; }
Property Value
ClientGrantsClientIClientGrantsClient
@@ -359,7 +360,7 @@
Property Value
- + @@ -371,7 +372,7 @@

Declaration
-
public ConnectionsClient Connections { get; }
+
public IConnectionsClient Connections { get; }
Property Value
ClientsClientIClientsClient
@@ -383,7 +384,7 @@
Property Value
- + @@ -395,7 +396,7 @@

Declaration
-
public CustomDomainsClient CustomDomains { get; }
+
public ICustomDomainsClient CustomDomains { get; }
Property Value
ConnectionsClientIConnectionsClient
@@ -407,7 +408,7 @@
Property Value
- + @@ -419,7 +420,7 @@

Declaration
-
public DeviceCredentialsClient DeviceCredentials { get; }
+
public IDeviceCredentialsClient DeviceCredentials { get; }
Property Value
CustomDomainsClientICustomDomainsClient
@@ -431,7 +432,7 @@
Property Value
- + @@ -443,7 +444,7 @@

Declaration
-
public EmailProviderClient EmailProvider { get; }
+
public IEmailProviderClient EmailProvider { get; }
Property Value
DeviceCredentialsClientIDeviceCredentialsClient
@@ -455,7 +456,7 @@
Property Value
- + @@ -467,7 +468,7 @@

Declaration
-
public EmailTemplatesClient EmailTemplates { get; }
+
public IEmailTemplatesClient EmailTemplates { get; }
Property Value
EmailProviderClientIEmailProviderClient
@@ -479,7 +480,7 @@
Property Value
- + @@ -491,7 +492,7 @@

Declaration
-
public GuardianClient Guardian { get; }
+
public IGuardianClient Guardian { get; }
Property Value
EmailTemplatesClientIEmailTemplatesClient
@@ -503,7 +504,7 @@
Property Value
- + @@ -515,7 +516,7 @@

Declaration
-
public HooksClient Hooks { get; }
+
public IHooksClient Hooks { get; }
Property Value
GuardianClientIGuardianClient
@@ -527,7 +528,7 @@
Property Value
- + @@ -539,7 +540,7 @@

Declaration
-
public JobsClient Jobs { get; }
+
public IJobsClient Jobs { get; }
Property Value
HooksClientIHooksClient
@@ -551,7 +552,7 @@
Property Value
- + @@ -563,7 +564,7 @@

Declaration
-
public KeysClient Keys { get; }
+
public IKeysClient Keys { get; }
Property Value
JobsClientIJobsClient
@@ -575,7 +576,7 @@
Property Value
- + @@ -587,7 +588,7 @@

Declaration
-
public LogsClient Logs { get; }
+
public ILogsClient Logs { get; }
Property Value
KeysClientIKeysClient
@@ -599,7 +600,7 @@
Property Value
- + @@ -611,7 +612,7 @@

Declaration
-
public LogStreamsClient LogStreams { get; }
+
public ILogStreamsClient LogStreams { get; }
Property Value
LogsClientILogsClient
@@ -623,7 +624,7 @@
Property Value
- + @@ -635,7 +636,7 @@

Declaration
-
public OrganizationsClient Organizations { get; }
+
public IOrganizationsClient Organizations { get; }
Property Value
LogStreamsClientILogStreamsClient
@@ -647,7 +648,7 @@
Property Value
- + @@ -659,7 +660,7 @@

Declaration
-
public PromptsClient Prompts { get; }
+
public IPromptsClient Prompts { get; }
Property Value
OrganizationsClientIOrganizationsClient
@@ -671,7 +672,7 @@
Property Value
- + @@ -683,7 +684,7 @@

Declaration
-
public ResourceServersClient ResourceServers { get; }
+
public IResourceServersClient ResourceServers { get; }
Property Value
PromptsClientIPromptsClient
@@ -695,7 +696,7 @@
Property Value
- + @@ -707,7 +708,7 @@

Declaration
-
public RolesClient Roles { get; }
+
public IRolesClient Roles { get; }
Property Value
ResourceServersClientIResourceServersClient
@@ -719,7 +720,7 @@
Property Value
- + @@ -732,7 +733,7 @@

Declaration
-
public RulesClient Rules { get; }
+
public IRulesClient Rules { get; }
Property Value
RolesClientIRolesClient

The roles.

@@ -744,7 +745,7 @@
Property Value
- + @@ -756,7 +757,7 @@

Declaration
-
public RulesConfigClient RulesConfig { get; }
+
public IRulesConfigClient RulesConfig { get; }
Property Value
RulesClientIRulesClient
@@ -768,7 +769,7 @@
Property Value
- + @@ -780,7 +781,7 @@

Declaration
-
public StatsClient Stats { get; }
+
public IStatsClient Stats { get; }
Property Value
RulesConfigClientIRulesConfigClient
@@ -792,7 +793,7 @@
Property Value
- + @@ -804,7 +805,7 @@

Declaration
-
public TenantSettingsClient TenantSettings { get; set; }
+
public ITenantSettingsClient TenantSettings { get; set; }
Property Value
StatsClientIStatsClient
@@ -816,7 +817,7 @@
Property Value
- + @@ -828,7 +829,7 @@

Declaration
-
public TicketsClient Tickets { get; }
+
public ITicketsClient Tickets { get; }
Property Value
TenantSettingsClientITenantSettingsClient
@@ -840,7 +841,7 @@
Property Value
- + @@ -852,7 +853,7 @@

Declaration
-
public UserBlocksClient UserBlocks { get; }
+
public IUserBlocksClient UserBlocks { get; }
Property Value
TicketsClientITicketsClient
@@ -864,7 +865,7 @@
Property Value
- + @@ -876,7 +877,7 @@

Declaration
-
public UsersClient Users { get; }
+
public IUsersClient Users { get; }
Property Value
UserBlocksClientIUserBlocksClient
@@ -888,7 +889,7 @@
Property Value
- + @@ -962,6 +963,9 @@

Implements

System.IDisposable
+ diff --git a/docs/api/Auth0.ManagementApi.Models.Connection.html b/docs/api/Auth0.ManagementApi.Models.Connection.html index c5af8844f..668a219a2 100644 --- a/docs/api/Auth0.ManagementApi.Models.Connection.html +++ b/docs/api/Auth0.ManagementApi.Models.Connection.html @@ -87,6 +87,9 @@
Inherited Members
+ @@ -129,30 +132,6 @@
Syntax

Properties

- -

DisplayName

-

Connection name used in login screen for Enterprise Connections.

-
-
-
Declaration
-
-
public string DisplayName { get; set; }
-
-
Property Value
-
UsersClientIUsersClient
- - - - - - - - - - - - -
TypeDescription
System.String

Id

The connection's identifier.

diff --git a/docs/api/Auth0.ManagementApi.html b/docs/api/Auth0.ManagementApi.html index cc5c6cddd..5b5c94765 100644 --- a/docs/api/Auth0.ManagementApi.html +++ b/docs/api/Auth0.ManagementApi.html @@ -89,6 +89,8 @@

Manageme

Interfaces

+

IManagementApiClient

+

IManagementConnection

Interface for connectivity between ManagementApiClient and the remote server.

diff --git a/docs/api/toc.html b/docs/api/toc.html index acadba0cb..e107a2fe3 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -199,6 +199,9 @@
  • HttpClientManagementConnectionOptions
  • +
  • + IManagementApiClient +
  • IManagementConnection
  • @@ -254,6 +257,90 @@
  • HooksClient
  • +
  • + IActionsClient +
  • +
  • + IAttackProtectionClient +
  • +
  • + IBlacklistedTokensClient +
  • +
  • + IBrandingClient +
  • +
  • + IClientGrantsClient +
  • +
  • + IClientsClient +
  • +
  • + IConnectionsClient +
  • +
  • + ICustomDomainsClient +
  • +
  • + IDeviceCredentialsClient +
  • +
  • + IEmailProviderClient +
  • +
  • + IEmailTemplatesClient +
  • +
  • + IGuardianClient +
  • +
  • + IHooksClient +
  • +
  • + IJobsClient +
  • +
  • + IKeysClient +
  • +
  • + ILogsClient +
  • +
  • + ILogStreamsClient +
  • +
  • + IOrganizationsClient +
  • +
  • + IPromptsClient +
  • +
  • + IResourceServersClient +
  • +
  • + IRolesClient +
  • +
  • + IRulesClient +
  • +
  • + IRulesConfigClient +
  • +
  • + IStatsClient +
  • +
  • + ITenantSettingsClient +
  • +
  • + ITicketsClient +
  • +
  • + IUserBlocksClient +
  • +
  • + IUsersClient +
  • JobsClient
  • diff --git a/docs/manifest.json b/docs/manifest.json index f7e92ae5d..290c32a02 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -714,7 +714,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.ActionsClient.html", - "hash": "9cfEpX20Zg/kBXsMnhnglnGxZlungEG1oWlvBFEYkKU=" + "hash": "pRUHce4ooXM02x+UiGRSQLT4dMgSbE4WGsVQxKXTFwM=" } }, "is_incremental": false, @@ -726,7 +726,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.AttackProtectionClient.html", - "hash": "s8HPzdlj87ifQaH0QQB/T4ldEo/gwhQU/lrdIRYwQ+g=" + "hash": "GswUTkK/UO14t5eoJt5guDI6tV56LeEKZd4LHYIaJp4=" } }, "is_incremental": false, @@ -750,7 +750,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.BlacklistedTokensClient.html", - "hash": "V75Pa/k6wKbdu0aApg9d4rwhZhLF0HKMvCTXl/YxkNM=" + "hash": "0yjk15pDrb7t2r5OllQ4rOH5MEEPlUxZdKPv18o1b4A=" } }, "is_incremental": false, @@ -762,7 +762,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.BrandingClient.html", - "hash": "qBAh0TwfBIJtxae7NODWOTtqzkv1fkf/buxpJpOH/Mw=" + "hash": "JwFs3gdJZwFJ9ySGE5XLZf9G8oKizM2vHeHi1pI2VKs=" } }, "is_incremental": false, @@ -774,7 +774,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.ClientGrantsClient.html", - "hash": "NzE2nc3DKYR+VQIhsIKBRrLQgvzZ367OZD0tSC86AJM=" + "hash": "skLEKEl5cHEJILvAllypWkp7nrDc4ZKl/WMHRG7OjmM=" } }, "is_incremental": false, @@ -786,7 +786,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.ClientsClient.html", - "hash": "zMk3Wiy5kZNzRSgfHXd8ZmoG7stOrFefGSMQU4mIbbU=" + "hash": "UalwAFdES2MisaLWtQxnAq5+nNiSdT+rdYbUrcP7Egk=" } }, "is_incremental": false, @@ -798,7 +798,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.ConnectionsClient.html", - "hash": "UipU61+Ekdyf1/AubyvNA176X+0N94mUK9S97AVBxvg=" + "hash": "SyhGb4FmhX8JH2eKbGA6Pr5+NCsz0ec+c1j8DF78BZ0=" } }, "is_incremental": false, @@ -810,7 +810,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.CustomDomainsClient.html", - "hash": "uiglvrCieuOqEiJPbq7hBUFf5RQ2Gaq4qozEc9V4DGc=" + "hash": "0THo/1oWmYvcrikQPArrwqK9ymuheav+fiAYMJVQEMc=" } }, "is_incremental": false, @@ -822,7 +822,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.DeviceCredentialsClient.html", - "hash": "IJQV8eKqOLw8WURhTaAyKxe9oejjJQP4o8eEpvI49co=" + "hash": "KAG5lxauIObAYvE8Q/6eLcfQJOZCbt6Ut9hvWLatY3w=" } }, "is_incremental": false, @@ -834,7 +834,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.EmailProviderClient.html", - "hash": "T+Nes1OS7bJmCSqD39xIiKch1RqmtJh/kuO6rFeU60s=" + "hash": "gcDrHkolS50nndI1buIdrFg1FoDscKT+cAlE0Z9aQNw=" } }, "is_incremental": false, @@ -846,7 +846,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.EmailTemplatesClient.html", - "hash": "9fXw3lQj9HlAIHKmqd/gGYokgVFPPLCIVmgnflaiY60=" + "hash": "SCpVKiQmc0Uy8Xijw++klgItF037ogoK06dr+G71umA=" } }, "is_incremental": false, @@ -858,7 +858,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.GuardianClient.html", - "hash": "Lox7e0JlumpQIPBJwaAhexUcnFG8HOUj5WjuRh0y+jw=" + "hash": "EO48pWUDwGSVW44JF/+3hpxBI1jRIw9Kz0ZJze+m5jc=" } }, "is_incremental": false, @@ -870,7 +870,343 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.HooksClient.html", - "hash": "jjjn/I6LnstAeqACykHp4YA4nurgXlN1GT+1UxTpe+g=" + "hash": "9kvqEQFQiEYP6p121sMhBPCEZqAGcciQ67ofpVhf210=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IActionsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IActionsClient.html", + "hash": "clvpXh0s+xQZ11/mM7LusROvSNAjqp9Wcq8YONqyeWA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IAttackProtectionClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html", + "hash": "Tdt4GR+oefMFhHrlnn8aW/kJuk0WoICGMRwjTyyGgGE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html", + "hash": "w9udnoRXHP7oIc/7ANej0AzbemibKku4DE1DFgnJnKA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IBrandingClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IBrandingClient.html", + "hash": "J6+us9NL7D5ZpEFbUZvSeE/A2g5pyUjU8ypB9dCpB6Y=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IClientGrantsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IClientGrantsClient.html", + "hash": "NR5UkQgXA2Z0q2kTch1MUIsFZnJj9tC2ARXdV81Zcn8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IClientsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IClientsClient.html", + "hash": "vKLCJSpy7AiGVk7y1HJSTUOJmkyKTOZuRMEs5LD74q8=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IConnectionsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IConnectionsClient.html", + "hash": "4wfUEZ5U/WwF4MDGm1Oh62HbmZXKbiJyp9YBbeVcraY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.ICustomDomainsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html", + "hash": "V6S5l1eo3WIXhCyNCS5J8Y6qMM11FRaTtYhefj20E3A=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html", + "hash": "Sf+BbgipqjfmeNzo2MVtZP4jcJxnXStfHfyfKnY8LoA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IEmailProviderClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IEmailProviderClient.html", + "hash": "7cd7LoeEbAecST26MOswD1igAkY+jlX+1qBQ1BjyedU=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html", + "hash": "ezNYhdmJ8g7lw1m1WUoaskTjxKv8NLBK1I1MAlqJNtE=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IGuardianClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IGuardianClient.html", + "hash": "ec8zmzz2+N14BHlaywuAKx6ybvZeQk8j3xTsTBd857s=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IHooksClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IHooksClient.html", + "hash": "ZU2AvQmRNhSEfwZlncYWJo6elWushPo8jvtmtG43gFs=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IJobsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IJobsClient.html", + "hash": "zE8XS19tEhgLg0tUpCDX2IOxo4jJPubmHdgCEEXEMlo=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IKeysClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IKeysClient.html", + "hash": "KPjm1JNcgCfkn0Wx6Zs/JDC1xEfqui05jXtpXD6aK0o=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.ILogStreamsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.ILogStreamsClient.html", + "hash": "n4RG9plfhwsZk8s24PRhdVhcYTXIQ4D+XeRGenfWUqA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.ILogsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.ILogsClient.html", + "hash": "xpt1bEDsofkgEE+v9m5DbF1pP/jf+Wn52QRrwGffdEQ=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IOrganizationsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IOrganizationsClient.html", + "hash": "6hxxCbpItJFrqCpXq+Eh12XwMthcmbSF3oszYCxoMWM=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IPromptsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IPromptsClient.html", + "hash": "e4IAqStAM/X91tQAm4VSeXqciKAOoKWMcQzPbr8tflA=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IResourceServersClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IResourceServersClient.html", + "hash": "h18f6ThodhQQMq2FdcM2fVb5SteJuGKRP1M7WaklIYc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IRolesClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IRolesClient.html", + "hash": "QHMVz5+zhGx7uHkyFfmCY41sSfjNOuN0AtgW8cN0BaI=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IRulesClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IRulesClient.html", + "hash": "yGqP6B+6Xn+osnYM2EIt73o/hKG8RnIfI9eBDGIFTLY=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IRulesConfigClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IRulesConfigClient.html", + "hash": "dYAaGDTiTTtTAGNwIOg45UrmalAQ8wUqYberrSKN4w0=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IStatsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IStatsClient.html", + "hash": "uYTaRFJV2+PxkAa66omdI2KtFh3C9xexACTKAHmU924=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.ITenantSettingsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html", + "hash": "cey/5/YT1gJOoS5UVUB+30X9VoqL2v0rSOxALIhQxm4=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.ITicketsClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.ITicketsClient.html", + "hash": "N/oIGUpeuOBGTKMAOiDrEsut4q9qX3xRr8rkaEeuHnc=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IUserBlocksClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IUserBlocksClient.html", + "hash": "CB2DP3QBFelAfQc2pNmNP3lbqMznbGAt1uZW08X+WNo=" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.Clients.IUsersClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.Clients.IUsersClient.html", + "hash": "iYXqphaDxL9jkUSZT8bgHTbjXdwvEHMbyTADnvWvAiA=" } }, "is_incremental": false, @@ -882,7 +1218,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.JobsClient.html", - "hash": "R9BP/vkvQeggw32LDiYT8THo6dot+ZFr/X/emLjRV/k=" + "hash": "XDcmzh9Z11SJFBmQQlv8jGwY3q1j2fB0Y2Q/Ja9xRbc=" } }, "is_incremental": false, @@ -894,7 +1230,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.KeysClient.html", - "hash": "OZLyarbvdJjy1Xu/WqbMi+gdbQQzOSWeu6qfVQSk6xI=" + "hash": "z8bnWJ9MiECN727FtWP+bKQePcl2PVPo2omXkkjxXN4=" } }, "is_incremental": false, @@ -906,7 +1242,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.LogStreamsClient.html", - "hash": "eIJiZTdkFWqzl6S0Ttw0NSEgWBlIxxqxjUcz+dBES5w=" + "hash": "1T/sSOWyUFW0y6h4ca0osp/kGv0FmmsXmB2tm/MAuoQ=" } }, "is_incremental": false, @@ -918,7 +1254,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.LogsClient.html", - "hash": "rL2VoMywOocIBnwNTvTwJKLK49HKyCS0xNSNScmu+O4=" + "hash": "2clUNVHnSBu84CqDz+B1HFY6lMD4KSO67Or+Ole8gl8=" } }, "is_incremental": false, @@ -930,7 +1266,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.OrganizationsClient.html", - "hash": "GIdjAIdCNyyudV6uYaihJteh1rQwelaXTBfCghTEsWM=" + "hash": "csb2BdLiq+/f6vt5jRw+nT4C6Gn3r7MyLE2wSUR3zlA=" } }, "is_incremental": false, @@ -942,7 +1278,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.PromptsClient.html", - "hash": "dNICcaH1LJX4+ZiXusz0uZIS6dO/NDR/4b5m++bI/pI=" + "hash": "1zrN8Kg3t6Y3Wx2HeRz2cXHchWLy/kZHerokxcJK0XA=" } }, "is_incremental": false, @@ -954,7 +1290,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.ResourceServersClient.html", - "hash": "lDThIhD15GjBes8pOwfIl8iS2sMSkTK8ZbCM88MYbZc=" + "hash": "Tsp5qHG7ZruAek7hpu+9+o9JSAW4tJRD+awfd1kEdZU=" } }, "is_incremental": false, @@ -966,7 +1302,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.RolesClient.html", - "hash": "NWd3Ue+HPiUrJ3qh93bVYemC39Zbx0WJx1THf119JnA=" + "hash": "EZWHueElVi1ZGvmdGkGlrr0/vnXG8UFM4SgNkpJLENE=" } }, "is_incremental": false, @@ -978,7 +1314,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.RulesClient.html", - "hash": "DyAszKsLIi6Uus9So0H/nOkeelChwzvX8dLRIHXXNCc=" + "hash": "6HAEwZojpErIYelWo5CnQ5zwQeu3tKC5fH9VxR9U9aE=" } }, "is_incremental": false, @@ -990,7 +1326,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.RulesConfigClient.html", - "hash": "S079ScxLR1l/w+63mhM1irhNynkdNPnSwGVEZEHo1Ik=" + "hash": "l9GiUh5+NT6KtbnO7DU4iy/7rBxmD/Lk1WN0rO+5lJU=" } }, "is_incremental": false, @@ -1002,7 +1338,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.StatsClient.html", - "hash": "OZ/E7iZM0lr3+mANk+CSfV8GjwgdVCJq6tV5m34xO04=" + "hash": "BXy1j6teXVAtex7sIbvwr5z/F+g3oBtX9e5DY9PiR1M=" } }, "is_incremental": false, @@ -1014,7 +1350,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.TenantSettingsClient.html", - "hash": "tZT2/mog2yarbOrtqWwj2UaA28SWhF86H/b8bTNZx4Y=" + "hash": "Hdp4Nxqgrhq3P4NhiAcWifvf8agPtqB8Q9/bNBl2+/4=" } }, "is_incremental": false, @@ -1026,7 +1362,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.TicketsClient.html", - "hash": "IGAdww8JLBL3UgT9tQnYm9j2sw8xvK52l4M9kKOjh7U=" + "hash": "uK72KJQzJRf+foOjF3lauZVjnAVCKbqoFOEc7NlcZzM=" } }, "is_incremental": false, @@ -1038,7 +1374,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.UserBlocksClient.html", - "hash": "Se12J6P3nqIDrW3dEsjaooG7lbETceMax7ZQ3oGN5Ck=" + "hash": "tTl8V9ts8i3ywHwcb0sh+Vosh6G2134w4muTYtAl0Vo=" } }, "is_incremental": false, @@ -1050,7 +1386,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.UsersClient.html", - "hash": "v46+T0NxM7O4JHj9IWdpxf/XbWgG5ZMX7hiooB4v5V0=" + "hash": "RQjL49I6+DWzMPUyWP5VtCq0nr3RmISCSCXEX8nU/JQ=" } }, "is_incremental": false, @@ -1062,7 +1398,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Clients.html", - "hash": "Mto581Poah06c8s9WkcMJz8SrSLcn2kB4wvdxLkB2dM=" + "hash": "HJlzoyLL/sTfgHfLe/JfSr8CpRym6UuoeTHnUnaXmc8=" } }, "is_incremental": false, @@ -1104,6 +1440,18 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "obj/api/Auth0.ManagementApi.IManagementApiClient.yml", + "output": { + ".html": { + "relative_path": "api/Auth0.ManagementApi.IManagementApiClient.html", + "hash": "iAVgs3v0ryyBZaZi4coZ4+OoJ1w4MUUCi0jWBsh0UgA=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "obj/api/Auth0.ManagementApi.IManagementConnection.yml", @@ -1122,7 +1470,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.ManagementApiClient.html", - "hash": "VUF2lgUNfA9r5+A0ZlygXHlQD/IloXw+catN+PgRmtk=" + "hash": "PtZHxUoxaqH+vWcb5EFL7JpgQptlaO9pijHJ2MAxDfI=" } }, "is_incremental": false, @@ -1734,7 +2082,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.Models.Connection.html", - "hash": "gd5z/0kqb+ZhgR/5Ol20ZmHs+Mg5oa3oxtG3R2ZTT7o=" + "hash": "ezLCGWY6fwvuCv4aTOgPDhQy/Qf3qeacog1Dpj6eNYM=" } }, "is_incremental": false, @@ -3918,7 +4266,7 @@ "output": { ".html": { "relative_path": "api/Auth0.ManagementApi.html", - "hash": "K66V2ps9qAJomvYGwJ6qWzLwC9H4AoBiMOMl4pjZPxU=" + "hash": "Vt7dWZsj8Y9MAHNede+yW+/gfXMN1Q0rYVn3AkLV7NM=" } }, "is_incremental": false, @@ -3930,7 +4278,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "d/WrMjjix5HOEa78fVFyNURZlEXjFZEOkib9sP9SSTc=" + "hash": "LIVQVcU9DTfK6ZACpeVl6Z+smUYS2IyEJYdem5NtXKY=" } }, "is_incremental": false, @@ -3967,8 +4315,8 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": true, "incrementalPhase": "build", - "total_file_count": 319, - "skipped_file_count": 14 + "total_file_count": 348, + "skipped_file_count": 12 }, "ResourceDocumentProcessor": { "can_incremental": false, diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index cec461ac3..6be755845 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -4698,6 +4698,2367 @@ references: isSpec: "True" fullName: Auth0.ManagementApi.Clients.HooksClient.UpdateAsync nameWithType: HooksClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient + name: IActionsClient + href: api/Auth0.ManagementApi.Clients.IActionsClient.html + commentId: T:Auth0.ManagementApi.Clients.IActionsClient + fullName: Auth0.ManagementApi.Clients.IActionsClient + nameWithType: IActionsClient +- uid: Auth0.ManagementApi.Clients.IActionsClient.CreateAsync(Auth0.ManagementApi.Models.Actions.CreateActionRequest,System.Threading.CancellationToken) + name: CreateAsync(CreateActionRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_CreateAsync_Auth0_ManagementApi_Models_Actions_CreateActionRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.CreateAsync(Auth0.ManagementApi.Models.Actions.CreateActionRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.CreateAsync(Auth0.ManagementApi.Models.Actions.CreateActionRequest, System.Threading.CancellationToken) + nameWithType: IActionsClient.CreateAsync(CreateActionRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.CreateAsync + nameWithType: IActionsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.DeleteAsync(System.String,Auth0.ManagementApi.Models.Actions.DeleteActionRequest,System.Threading.CancellationToken) + name: DeleteAsync(String, DeleteActionRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_DeleteAsync_System_String_Auth0_ManagementApi_Models_Actions_DeleteActionRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.DeleteAsync(System.String,Auth0.ManagementApi.Models.Actions.DeleteActionRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.DeleteAsync(System.String, Auth0.ManagementApi.Models.Actions.DeleteActionRequest, System.Threading.CancellationToken) + nameWithType: IActionsClient.DeleteAsync(String, DeleteActionRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.DeleteAsync + nameWithType: IActionsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.DeployAsync(System.String,System.Threading.CancellationToken) + name: DeployAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_DeployAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.DeployAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.DeployAsync(System.String, System.Threading.CancellationToken) + nameWithType: IActionsClient.DeployAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.DeployAsync* + name: DeployAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_DeployAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.DeployAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.DeployAsync + nameWithType: IActionsClient.DeployAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllAsync(Auth0.ManagementApi.Models.Actions.GetActionsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetActionsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllAsync_Auth0_ManagementApi_Models_Actions_GetActionsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.GetAllAsync(Auth0.ManagementApi.Models.Actions.GetActionsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllAsync(Auth0.ManagementApi.Models.Actions.GetActionsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IActionsClient.GetAllAsync(GetActionsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllAsync + nameWithType: IActionsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggerBindingsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllTriggerBindingsAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllTriggerBindingsAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggerBindingsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggerBindingsAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IActionsClient.GetAllTriggerBindingsAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggerBindingsAsync* + name: GetAllTriggerBindingsAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllTriggerBindingsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggerBindingsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggerBindingsAsync + nameWithType: IActionsClient.GetAllTriggerBindingsAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggersAsync(System.Threading.CancellationToken) + name: GetAllTriggersAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllTriggersAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggersAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggersAsync(System.Threading.CancellationToken) + nameWithType: IActionsClient.GetAllTriggersAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggersAsync* + name: GetAllTriggersAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllTriggersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllTriggersAsync + nameWithType: IActionsClient.GetAllTriggersAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllVersionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllVersionsAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllVersionsAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.GetAllVersionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllVersionsAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IActionsClient.GetAllVersionsAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAllVersionsAsync* + name: GetAllVersionsAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAllVersionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.GetAllVersionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAllVersionsAsync + nameWithType: IActionsClient.GetAllVersionsAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: IActionsClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetAsync + nameWithType: IActionsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetExecutionAsync(System.String,System.Threading.CancellationToken) + name: GetExecutionAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetExecutionAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.GetExecutionAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetExecutionAsync(System.String, System.Threading.CancellationToken) + nameWithType: IActionsClient.GetExecutionAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetExecutionAsync* + name: GetExecutionAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetExecutionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.GetExecutionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetExecutionAsync + nameWithType: IActionsClient.GetExecutionAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetVersionAsync(System.String,System.String,System.Threading.CancellationToken) + name: GetVersionAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetVersionAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.GetVersionAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetVersionAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IActionsClient.GetVersionAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.GetVersionAsync* + name: GetVersionAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_GetVersionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.GetVersionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.GetVersionAsync + nameWithType: IActionsClient.GetVersionAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.RollbackToVersionAsync(System.String,System.String,System.Threading.CancellationToken) + name: RollbackToVersionAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_RollbackToVersionAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.RollbackToVersionAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.RollbackToVersionAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IActionsClient.RollbackToVersionAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.RollbackToVersionAsync* + name: RollbackToVersionAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_RollbackToVersionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.RollbackToVersionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.RollbackToVersionAsync + nameWithType: IActionsClient.RollbackToVersionAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.Actions.UpdateActionRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, UpdateActionRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_Actions_UpdateActionRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.Actions.UpdateActionRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.Actions.UpdateActionRequest, System.Threading.CancellationToken) + nameWithType: IActionsClient.UpdateAsync(String, UpdateActionRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.UpdateAsync + nameWithType: IActionsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IActionsClient.UpdateTriggerBindingsAsync(System.String,Auth0.ManagementApi.Models.Actions.UpdateTriggerBindingsRequest,System.Threading.CancellationToken) + name: UpdateTriggerBindingsAsync(String, UpdateTriggerBindingsRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_UpdateTriggerBindingsAsync_System_String_Auth0_ManagementApi_Models_Actions_UpdateTriggerBindingsRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IActionsClient.UpdateTriggerBindingsAsync(System.String,Auth0.ManagementApi.Models.Actions.UpdateTriggerBindingsRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IActionsClient.UpdateTriggerBindingsAsync(System.String, Auth0.ManagementApi.Models.Actions.UpdateTriggerBindingsRequest, System.Threading.CancellationToken) + nameWithType: IActionsClient.UpdateTriggerBindingsAsync(String, UpdateTriggerBindingsRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IActionsClient.UpdateTriggerBindingsAsync* + name: UpdateTriggerBindingsAsync + href: api/Auth0.ManagementApi.Clients.IActionsClient.html#Auth0_ManagementApi_Clients_IActionsClient_UpdateTriggerBindingsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IActionsClient.UpdateTriggerBindingsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IActionsClient.UpdateTriggerBindingsAsync + nameWithType: IActionsClient.UpdateTriggerBindingsAsync +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient + name: IAttackProtectionClient + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html + commentId: T:Auth0.ManagementApi.Clients.IAttackProtectionClient + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient + nameWithType: IAttackProtectionClient +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBreachedPasswordDetectionAsync(System.Threading.CancellationToken) + name: GetBreachedPasswordDetectionAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_GetBreachedPasswordDetectionAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBreachedPasswordDetectionAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBreachedPasswordDetectionAsync(System.Threading.CancellationToken) + nameWithType: IAttackProtectionClient.GetBreachedPasswordDetectionAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBreachedPasswordDetectionAsync* + name: GetBreachedPasswordDetectionAsync + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_GetBreachedPasswordDetectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBreachedPasswordDetectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBreachedPasswordDetectionAsync + nameWithType: IAttackProtectionClient.GetBreachedPasswordDetectionAsync +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBruteForceProtectionAsync(System.Threading.CancellationToken) + name: GetBruteForceProtectionAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_GetBruteForceProtectionAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBruteForceProtectionAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBruteForceProtectionAsync(System.Threading.CancellationToken) + nameWithType: IAttackProtectionClient.GetBruteForceProtectionAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBruteForceProtectionAsync* + name: GetBruteForceProtectionAsync + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_GetBruteForceProtectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBruteForceProtectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetBruteForceProtectionAsync + nameWithType: IAttackProtectionClient.GetBruteForceProtectionAsync +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetSuspiciousIpThrottlingAsync(System.Threading.CancellationToken) + name: GetSuspiciousIpThrottlingAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_GetSuspiciousIpThrottlingAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IAttackProtectionClient.GetSuspiciousIpThrottlingAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetSuspiciousIpThrottlingAsync(System.Threading.CancellationToken) + nameWithType: IAttackProtectionClient.GetSuspiciousIpThrottlingAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetSuspiciousIpThrottlingAsync* + name: GetSuspiciousIpThrottlingAsync + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_GetSuspiciousIpThrottlingAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IAttackProtectionClient.GetSuspiciousIpThrottlingAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.GetSuspiciousIpThrottlingAsync + nameWithType: IAttackProtectionClient.GetSuspiciousIpThrottlingAsync +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync(Auth0.ManagementApi.Models.AttackProtection.BreachedPasswordDetection,System.Threading.CancellationToken) + name: UpdateBreachedPasswordDetectionAsync(BreachedPasswordDetection, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_UpdateBreachedPasswordDetectionAsync_Auth0_ManagementApi_Models_AttackProtection_BreachedPasswordDetection_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync(Auth0.ManagementApi.Models.AttackProtection.BreachedPasswordDetection,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync(Auth0.ManagementApi.Models.AttackProtection.BreachedPasswordDetection, System.Threading.CancellationToken) + nameWithType: IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync(BreachedPasswordDetection, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync* + name: UpdateBreachedPasswordDetectionAsync + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_UpdateBreachedPasswordDetectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync + nameWithType: IAttackProtectionClient.UpdateBreachedPasswordDetectionAsync +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBruteForceProtectionAsync(Auth0.ManagementApi.Models.AttackProtection.BruteForceProtection,System.Threading.CancellationToken) + name: UpdateBruteForceProtectionAsync(BruteForceProtection, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_UpdateBruteForceProtectionAsync_Auth0_ManagementApi_Models_AttackProtection_BruteForceProtection_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBruteForceProtectionAsync(Auth0.ManagementApi.Models.AttackProtection.BruteForceProtection,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBruteForceProtectionAsync(Auth0.ManagementApi.Models.AttackProtection.BruteForceProtection, System.Threading.CancellationToken) + nameWithType: IAttackProtectionClient.UpdateBruteForceProtectionAsync(BruteForceProtection, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBruteForceProtectionAsync* + name: UpdateBruteForceProtectionAsync + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_UpdateBruteForceProtectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBruteForceProtectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateBruteForceProtectionAsync + nameWithType: IAttackProtectionClient.UpdateBruteForceProtectionAsync +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync(Auth0.ManagementApi.Models.AttackProtection.SuspiciousIpThrottling,System.Threading.CancellationToken) + name: UpdateSuspiciousIpThrottlingAsync(SuspiciousIpThrottling, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_UpdateSuspiciousIpThrottlingAsync_Auth0_ManagementApi_Models_AttackProtection_SuspiciousIpThrottling_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync(Auth0.ManagementApi.Models.AttackProtection.SuspiciousIpThrottling,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync(Auth0.ManagementApi.Models.AttackProtection.SuspiciousIpThrottling, System.Threading.CancellationToken) + nameWithType: IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync(SuspiciousIpThrottling, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync* + name: UpdateSuspiciousIpThrottlingAsync + href: api/Auth0.ManagementApi.Clients.IAttackProtectionClient.html#Auth0_ManagementApi_Clients_IAttackProtectionClient_UpdateSuspiciousIpThrottlingAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync + nameWithType: IAttackProtectionClient.UpdateSuspiciousIpThrottlingAsync +- uid: Auth0.ManagementApi.Clients.IBlacklistedTokensClient + name: IBlacklistedTokensClient + href: api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html + commentId: T:Auth0.ManagementApi.Clients.IBlacklistedTokensClient + fullName: Auth0.ManagementApi.Clients.IBlacklistedTokensClient + nameWithType: IBlacklistedTokensClient +- uid: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.CreateAsync(Auth0.ManagementApi.Models.BlacklistedTokenCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(BlacklistedTokenCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html#Auth0_ManagementApi_Clients_IBlacklistedTokensClient_CreateAsync_Auth0_ManagementApi_Models_BlacklistedTokenCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IBlacklistedTokensClient.CreateAsync(Auth0.ManagementApi.Models.BlacklistedTokenCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.CreateAsync(Auth0.ManagementApi.Models.BlacklistedTokenCreateRequest, System.Threading.CancellationToken) + nameWithType: IBlacklistedTokensClient.CreateAsync(BlacklistedTokenCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html#Auth0_ManagementApi_Clients_IBlacklistedTokensClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IBlacklistedTokensClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.CreateAsync + nameWithType: IBlacklistedTokensClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.GetAllAsync(System.String,System.Threading.CancellationToken) + name: GetAllAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html#Auth0_ManagementApi_Clients_IBlacklistedTokensClient_GetAllAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IBlacklistedTokensClient.GetAllAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.GetAllAsync(System.String, System.Threading.CancellationToken) + nameWithType: IBlacklistedTokensClient.GetAllAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html#Auth0_ManagementApi_Clients_IBlacklistedTokensClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IBlacklistedTokensClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IBlacklistedTokensClient.GetAllAsync + nameWithType: IBlacklistedTokensClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IBrandingClient + name: IBrandingClient + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html + commentId: T:Auth0.ManagementApi.Clients.IBrandingClient + fullName: Auth0.ManagementApi.Clients.IBrandingClient + nameWithType: IBrandingClient +- uid: Auth0.ManagementApi.Clients.IBrandingClient.DeleteUniversalLoginTemplateAsync(System.Threading.CancellationToken) + name: DeleteUniversalLoginTemplateAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_DeleteUniversalLoginTemplateAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IBrandingClient.DeleteUniversalLoginTemplateAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IBrandingClient.DeleteUniversalLoginTemplateAsync(System.Threading.CancellationToken) + nameWithType: IBrandingClient.DeleteUniversalLoginTemplateAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IBrandingClient.DeleteUniversalLoginTemplateAsync* + name: DeleteUniversalLoginTemplateAsync + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_DeleteUniversalLoginTemplateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IBrandingClient.DeleteUniversalLoginTemplateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IBrandingClient.DeleteUniversalLoginTemplateAsync + nameWithType: IBrandingClient.DeleteUniversalLoginTemplateAsync +- uid: Auth0.ManagementApi.Clients.IBrandingClient.GetAsync(System.Threading.CancellationToken) + name: GetAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_GetAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IBrandingClient.GetAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IBrandingClient.GetAsync(System.Threading.CancellationToken) + nameWithType: IBrandingClient.GetAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IBrandingClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IBrandingClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IBrandingClient.GetAsync + nameWithType: IBrandingClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IBrandingClient.GetUniversalLoginTemplateAsync(System.Threading.CancellationToken) + name: GetUniversalLoginTemplateAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_GetUniversalLoginTemplateAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IBrandingClient.GetUniversalLoginTemplateAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IBrandingClient.GetUniversalLoginTemplateAsync(System.Threading.CancellationToken) + nameWithType: IBrandingClient.GetUniversalLoginTemplateAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IBrandingClient.GetUniversalLoginTemplateAsync* + name: GetUniversalLoginTemplateAsync + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_GetUniversalLoginTemplateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IBrandingClient.GetUniversalLoginTemplateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IBrandingClient.GetUniversalLoginTemplateAsync + nameWithType: IBrandingClient.GetUniversalLoginTemplateAsync +- uid: Auth0.ManagementApi.Clients.IBrandingClient.SetUniversalLoginTemplateAsync(Auth0.ManagementApi.Models.UniversalLoginTemplateUpdateRequest,System.Threading.CancellationToken) + name: SetUniversalLoginTemplateAsync(UniversalLoginTemplateUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_SetUniversalLoginTemplateAsync_Auth0_ManagementApi_Models_UniversalLoginTemplateUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IBrandingClient.SetUniversalLoginTemplateAsync(Auth0.ManagementApi.Models.UniversalLoginTemplateUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IBrandingClient.SetUniversalLoginTemplateAsync(Auth0.ManagementApi.Models.UniversalLoginTemplateUpdateRequest, System.Threading.CancellationToken) + nameWithType: IBrandingClient.SetUniversalLoginTemplateAsync(UniversalLoginTemplateUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IBrandingClient.SetUniversalLoginTemplateAsync* + name: SetUniversalLoginTemplateAsync + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_SetUniversalLoginTemplateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IBrandingClient.SetUniversalLoginTemplateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IBrandingClient.SetUniversalLoginTemplateAsync + nameWithType: IBrandingClient.SetUniversalLoginTemplateAsync +- uid: Auth0.ManagementApi.Clients.IBrandingClient.UpdateAsync(Auth0.ManagementApi.Models.BrandingUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(BrandingUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_UpdateAsync_Auth0_ManagementApi_Models_BrandingUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IBrandingClient.UpdateAsync(Auth0.ManagementApi.Models.BrandingUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IBrandingClient.UpdateAsync(Auth0.ManagementApi.Models.BrandingUpdateRequest, System.Threading.CancellationToken) + nameWithType: IBrandingClient.UpdateAsync(BrandingUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IBrandingClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IBrandingClient.html#Auth0_ManagementApi_Clients_IBrandingClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IBrandingClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IBrandingClient.UpdateAsync + nameWithType: IBrandingClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient + name: IClientGrantsClient + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html + commentId: T:Auth0.ManagementApi.Clients.IClientGrantsClient + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient + nameWithType: IClientGrantsClient +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.CreateAsync(Auth0.ManagementApi.Models.ClientGrantCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(ClientGrantCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_CreateAsync_Auth0_ManagementApi_Models_ClientGrantCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientGrantsClient.CreateAsync(Auth0.ManagementApi.Models.ClientGrantCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.CreateAsync(Auth0.ManagementApi.Models.ClientGrantCreateRequest, System.Threading.CancellationToken) + nameWithType: IClientGrantsClient.CreateAsync(ClientGrantCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientGrantsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.CreateAsync + nameWithType: IClientGrantsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientGrantsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IClientGrantsClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientGrantsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.DeleteAsync + nameWithType: IClientGrantsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.GetAllAsync(Auth0.ManagementApi.Models.GetClientGrantsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetClientGrantsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_GetAllAsync_Auth0_ManagementApi_Models_GetClientGrantsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientGrantsClient.GetAllAsync(Auth0.ManagementApi.Models.GetClientGrantsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.GetAllAsync(Auth0.ManagementApi.Models.GetClientGrantsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IClientGrantsClient.GetAllAsync(GetClientGrantsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientGrantsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.GetAllAsync + nameWithType: IClientGrantsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ClientGrantUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, ClientGrantUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_ClientGrantUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientGrantsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ClientGrantUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.ClientGrantUpdateRequest, System.Threading.CancellationToken) + nameWithType: IClientGrantsClient.UpdateAsync(String, ClientGrantUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientGrantsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IClientGrantsClient.html#Auth0_ManagementApi_Clients_IClientGrantsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientGrantsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientGrantsClient.UpdateAsync + nameWithType: IClientGrantsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IClientsClient + name: IClientsClient + href: api/Auth0.ManagementApi.Clients.IClientsClient.html + commentId: T:Auth0.ManagementApi.Clients.IClientsClient + fullName: Auth0.ManagementApi.Clients.IClientsClient + nameWithType: IClientsClient +- uid: Auth0.ManagementApi.Clients.IClientsClient.CreateAsync(Auth0.ManagementApi.Models.ClientCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(ClientCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_CreateAsync_Auth0_ManagementApi_Models_ClientCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientsClient.CreateAsync(Auth0.ManagementApi.Models.ClientCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientsClient.CreateAsync(Auth0.ManagementApi.Models.ClientCreateRequest, System.Threading.CancellationToken) + nameWithType: IClientsClient.CreateAsync(ClientCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientsClient.CreateAsync + nameWithType: IClientsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IClientsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientsClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IClientsClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientsClient.DeleteAsync + nameWithType: IClientsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IClientsClient.GetAllAsync(Auth0.ManagementApi.Models.GetClientsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetClientsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_GetAllAsync_Auth0_ManagementApi_Models_GetClientsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientsClient.GetAllAsync(Auth0.ManagementApi.Models.GetClientsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientsClient.GetAllAsync(Auth0.ManagementApi.Models.GetClientsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IClientsClient.GetAllAsync(GetClientsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientsClient.GetAllAsync + nameWithType: IClientsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IClientsClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + name: GetAsync(String, String, Boolean, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_GetAsync_System_String_System_String_System_Boolean_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientsClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientsClient.GetAsync(System.String, System.String, System.Boolean, System.Threading.CancellationToken) + nameWithType: IClientsClient.GetAsync(String, String, Boolean, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientsClient.GetAsync + nameWithType: IClientsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IClientsClient.RotateClientSecret(System.String,System.Threading.CancellationToken) + name: RotateClientSecret(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_RotateClientSecret_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientsClient.RotateClientSecret(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientsClient.RotateClientSecret(System.String, System.Threading.CancellationToken) + nameWithType: IClientsClient.RotateClientSecret(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientsClient.RotateClientSecret* + name: RotateClientSecret + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_RotateClientSecret_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientsClient.RotateClientSecret + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientsClient.RotateClientSecret + nameWithType: IClientsClient.RotateClientSecret +- uid: Auth0.ManagementApi.Clients.IClientsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ClientUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, ClientUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_ClientUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IClientsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ClientUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IClientsClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.ClientUpdateRequest, System.Threading.CancellationToken) + nameWithType: IClientsClient.UpdateAsync(String, ClientUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IClientsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IClientsClient.html#Auth0_ManagementApi_Clients_IClientsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IClientsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IClientsClient.UpdateAsync + nameWithType: IClientsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IConnectionsClient + name: IConnectionsClient + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html + commentId: T:Auth0.ManagementApi.Clients.IConnectionsClient + fullName: Auth0.ManagementApi.Clients.IConnectionsClient + nameWithType: IConnectionsClient +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.CreateAsync(Auth0.ManagementApi.Models.ConnectionCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(ConnectionCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_CreateAsync_Auth0_ManagementApi_Models_ConnectionCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IConnectionsClient.CreateAsync(Auth0.ManagementApi.Models.ConnectionCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.CreateAsync(Auth0.ManagementApi.Models.ConnectionCreateRequest, System.Threading.CancellationToken) + nameWithType: IConnectionsClient.CreateAsync(ConnectionCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IConnectionsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.CreateAsync + nameWithType: IConnectionsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IConnectionsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IConnectionsClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IConnectionsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteAsync + nameWithType: IConnectionsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteUserAsync(System.String,System.String,System.Threading.CancellationToken) + name: DeleteUserAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_DeleteUserAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IConnectionsClient.DeleteUserAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteUserAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IConnectionsClient.DeleteUserAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteUserAsync* + name: DeleteUserAsync + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_DeleteUserAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IConnectionsClient.DeleteUserAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.DeleteUserAsync + nameWithType: IConnectionsClient.DeleteUserAsync +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.GetAllAsync(Auth0.ManagementApi.Models.GetConnectionsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetConnectionsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_GetAllAsync_Auth0_ManagementApi_Models_GetConnectionsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IConnectionsClient.GetAllAsync(Auth0.ManagementApi.Models.GetConnectionsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.GetAllAsync(Auth0.ManagementApi.Models.GetConnectionsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IConnectionsClient.GetAllAsync(GetConnectionsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IConnectionsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.GetAllAsync + nameWithType: IConnectionsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + name: GetAsync(String, String, Boolean, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_GetAsync_System_String_System_String_System_Boolean_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IConnectionsClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.GetAsync(System.String, System.String, System.Boolean, System.Threading.CancellationToken) + nameWithType: IConnectionsClient.GetAsync(String, String, Boolean, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IConnectionsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.GetAsync + nameWithType: IConnectionsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ConnectionUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, ConnectionUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_ConnectionUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IConnectionsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ConnectionUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.ConnectionUpdateRequest, System.Threading.CancellationToken) + nameWithType: IConnectionsClient.UpdateAsync(String, ConnectionUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IConnectionsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IConnectionsClient.html#Auth0_ManagementApi_Clients_IConnectionsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IConnectionsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IConnectionsClient.UpdateAsync + nameWithType: IConnectionsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient + name: ICustomDomainsClient + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html + commentId: T:Auth0.ManagementApi.Clients.ICustomDomainsClient + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient + nameWithType: ICustomDomainsClient +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.CreateAsync(Auth0.ManagementApi.Models.CustomDomainCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(CustomDomainCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_CreateAsync_Auth0_ManagementApi_Models_CustomDomainCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ICustomDomainsClient.CreateAsync(Auth0.ManagementApi.Models.CustomDomainCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.CreateAsync(Auth0.ManagementApi.Models.CustomDomainCreateRequest, System.Threading.CancellationToken) + nameWithType: ICustomDomainsClient.CreateAsync(CustomDomainCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ICustomDomainsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.CreateAsync + nameWithType: ICustomDomainsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ICustomDomainsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: ICustomDomainsClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ICustomDomainsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.DeleteAsync + nameWithType: ICustomDomainsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAllAsync(System.Threading.CancellationToken) + name: GetAllAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_GetAllAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAllAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAllAsync(System.Threading.CancellationToken) + nameWithType: ICustomDomainsClient.GetAllAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAllAsync + nameWithType: ICustomDomainsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: ICustomDomainsClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.GetAsync + nameWithType: ICustomDomainsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.VerifyAsync(System.String,System.Threading.CancellationToken) + name: VerifyAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_VerifyAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ICustomDomainsClient.VerifyAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.VerifyAsync(System.String, System.Threading.CancellationToken) + nameWithType: ICustomDomainsClient.VerifyAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ICustomDomainsClient.VerifyAsync* + name: VerifyAsync + href: api/Auth0.ManagementApi.Clients.ICustomDomainsClient.html#Auth0_ManagementApi_Clients_ICustomDomainsClient_VerifyAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ICustomDomainsClient.VerifyAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ICustomDomainsClient.VerifyAsync + nameWithType: ICustomDomainsClient.VerifyAsync +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient + name: IDeviceCredentialsClient + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html + commentId: T:Auth0.ManagementApi.Clients.IDeviceCredentialsClient + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient + nameWithType: IDeviceCredentialsClient +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.CreateAsync(Auth0.ManagementApi.Models.DeviceCredentialCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(DeviceCredentialCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html#Auth0_ManagementApi_Clients_IDeviceCredentialsClient_CreateAsync_Auth0_ManagementApi_Models_DeviceCredentialCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IDeviceCredentialsClient.CreateAsync(Auth0.ManagementApi.Models.DeviceCredentialCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.CreateAsync(Auth0.ManagementApi.Models.DeviceCredentialCreateRequest, System.Threading.CancellationToken) + nameWithType: IDeviceCredentialsClient.CreateAsync(DeviceCredentialCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html#Auth0_ManagementApi_Clients_IDeviceCredentialsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IDeviceCredentialsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.CreateAsync + nameWithType: IDeviceCredentialsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html#Auth0_ManagementApi_Clients_IDeviceCredentialsClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IDeviceCredentialsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IDeviceCredentialsClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html#Auth0_ManagementApi_Clients_IDeviceCredentialsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IDeviceCredentialsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.DeleteAsync + nameWithType: IDeviceCredentialsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync(Auth0.ManagementApi.Models.GetDeviceCredentialsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetDeviceCredentialsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html#Auth0_ManagementApi_Clients_IDeviceCredentialsClient_GetAllAsync_Auth0_ManagementApi_Models_GetDeviceCredentialsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync(Auth0.ManagementApi.Models.GetDeviceCredentialsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync(Auth0.ManagementApi.Models.GetDeviceCredentialsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IDeviceCredentialsClient.GetAllAsync(GetDeviceCredentialsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync(System.String,System.Boolean,System.String,System.String,System.String) + name: GetAllAsync(String, Boolean, String, String, String) + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html#Auth0_ManagementApi_Clients_IDeviceCredentialsClient_GetAllAsync_System_String_System_Boolean_System_String_System_String_System_String_ + commentId: M:Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync(System.String,System.Boolean,System.String,System.String,System.String) + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync(System.String, System.Boolean, System.String, System.String, System.String) + nameWithType: IDeviceCredentialsClient.GetAllAsync(String, Boolean, String, String, String) +- uid: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html#Auth0_ManagementApi_Clients_IDeviceCredentialsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IDeviceCredentialsClient.GetAllAsync + nameWithType: IDeviceCredentialsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient + name: IEmailProviderClient + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html + commentId: T:Auth0.ManagementApi.Clients.IEmailProviderClient + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient + nameWithType: IEmailProviderClient +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.ConfigureAsync(Auth0.ManagementApi.Models.EmailProviderConfigureRequest,System.Threading.CancellationToken) + name: ConfigureAsync(EmailProviderConfigureRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_ConfigureAsync_Auth0_ManagementApi_Models_EmailProviderConfigureRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailProviderClient.ConfigureAsync(Auth0.ManagementApi.Models.EmailProviderConfigureRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.ConfigureAsync(Auth0.ManagementApi.Models.EmailProviderConfigureRequest, System.Threading.CancellationToken) + nameWithType: IEmailProviderClient.ConfigureAsync(EmailProviderConfigureRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.ConfigureAsync* + name: ConfigureAsync + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_ConfigureAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailProviderClient.ConfigureAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.ConfigureAsync + nameWithType: IEmailProviderClient.ConfigureAsync +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.DeleteAsync(System.Threading.CancellationToken) + name: DeleteAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_DeleteAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailProviderClient.DeleteAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.DeleteAsync(System.Threading.CancellationToken) + nameWithType: IEmailProviderClient.DeleteAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailProviderClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.DeleteAsync + nameWithType: IEmailProviderClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.GetAsync(System.String,System.Boolean,System.Threading.CancellationToken) + name: GetAsync(String, Boolean, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_GetAsync_System_String_System_Boolean_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailProviderClient.GetAsync(System.String,System.Boolean,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.GetAsync(System.String, System.Boolean, System.Threading.CancellationToken) + nameWithType: IEmailProviderClient.GetAsync(String, Boolean, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailProviderClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.GetAsync + nameWithType: IEmailProviderClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.UpdateAsync(Auth0.ManagementApi.Models.EmailProviderUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(EmailProviderUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_UpdateAsync_Auth0_ManagementApi_Models_EmailProviderUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailProviderClient.UpdateAsync(Auth0.ManagementApi.Models.EmailProviderUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.UpdateAsync(Auth0.ManagementApi.Models.EmailProviderUpdateRequest, System.Threading.CancellationToken) + nameWithType: IEmailProviderClient.UpdateAsync(EmailProviderUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailProviderClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IEmailProviderClient.html#Auth0_ManagementApi_Clients_IEmailProviderClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailProviderClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailProviderClient.UpdateAsync + nameWithType: IEmailProviderClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient + name: IEmailTemplatesClient + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html + commentId: T:Auth0.ManagementApi.Clients.IEmailTemplatesClient + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient + nameWithType: IEmailTemplatesClient +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.CreateAsync(Auth0.ManagementApi.Models.EmailTemplateCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(EmailTemplateCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_CreateAsync_Auth0_ManagementApi_Models_EmailTemplateCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailTemplatesClient.CreateAsync(Auth0.ManagementApi.Models.EmailTemplateCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.CreateAsync(Auth0.ManagementApi.Models.EmailTemplateCreateRequest, System.Threading.CancellationToken) + nameWithType: IEmailTemplatesClient.CreateAsync(EmailTemplateCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailTemplatesClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.CreateAsync + nameWithType: IEmailTemplatesClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.GetAsync(Auth0.ManagementApi.Models.EmailTemplateName,System.Threading.CancellationToken) + name: GetAsync(EmailTemplateName, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_GetAsync_Auth0_ManagementApi_Models_EmailTemplateName_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailTemplatesClient.GetAsync(Auth0.ManagementApi.Models.EmailTemplateName,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.GetAsync(Auth0.ManagementApi.Models.EmailTemplateName, System.Threading.CancellationToken) + nameWithType: IEmailTemplatesClient.GetAsync(EmailTemplateName, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailTemplatesClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.GetAsync + nameWithType: IEmailTemplatesClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.PatchAsync(Auth0.ManagementApi.Models.EmailTemplateName,Auth0.ManagementApi.Models.EmailTemplatePatchRequest,System.Threading.CancellationToken) + name: PatchAsync(EmailTemplateName, EmailTemplatePatchRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_PatchAsync_Auth0_ManagementApi_Models_EmailTemplateName_Auth0_ManagementApi_Models_EmailTemplatePatchRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailTemplatesClient.PatchAsync(Auth0.ManagementApi.Models.EmailTemplateName,Auth0.ManagementApi.Models.EmailTemplatePatchRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.PatchAsync(Auth0.ManagementApi.Models.EmailTemplateName, Auth0.ManagementApi.Models.EmailTemplatePatchRequest, System.Threading.CancellationToken) + nameWithType: IEmailTemplatesClient.PatchAsync(EmailTemplateName, EmailTemplatePatchRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.PatchAsync* + name: PatchAsync + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_PatchAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailTemplatesClient.PatchAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.PatchAsync + nameWithType: IEmailTemplatesClient.PatchAsync +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.UpdateAsync(Auth0.ManagementApi.Models.EmailTemplateName,Auth0.ManagementApi.Models.EmailTemplateUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(EmailTemplateName, EmailTemplateUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_UpdateAsync_Auth0_ManagementApi_Models_EmailTemplateName_Auth0_ManagementApi_Models_EmailTemplateUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IEmailTemplatesClient.UpdateAsync(Auth0.ManagementApi.Models.EmailTemplateName,Auth0.ManagementApi.Models.EmailTemplateUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.UpdateAsync(Auth0.ManagementApi.Models.EmailTemplateName, Auth0.ManagementApi.Models.EmailTemplateUpdateRequest, System.Threading.CancellationToken) + nameWithType: IEmailTemplatesClient.UpdateAsync(EmailTemplateName, EmailTemplateUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IEmailTemplatesClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IEmailTemplatesClient.html#Auth0_ManagementApi_Clients_IEmailTemplatesClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IEmailTemplatesClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IEmailTemplatesClient.UpdateAsync + nameWithType: IEmailTemplatesClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient + name: IGuardianClient + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html + commentId: T:Auth0.ManagementApi.Clients.IGuardianClient + fullName: Auth0.ManagementApi.Clients.IGuardianClient + nameWithType: IGuardianClient +- uid: Auth0.ManagementApi.Clients.IGuardianClient.CreateEnrollmentTicketAsync(Auth0.ManagementApi.Models.CreateGuardianEnrollmentTicketRequest,System.Threading.CancellationToken) + name: CreateEnrollmentTicketAsync(CreateGuardianEnrollmentTicketRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_CreateEnrollmentTicketAsync_Auth0_ManagementApi_Models_CreateGuardianEnrollmentTicketRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.CreateEnrollmentTicketAsync(Auth0.ManagementApi.Models.CreateGuardianEnrollmentTicketRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.CreateEnrollmentTicketAsync(Auth0.ManagementApi.Models.CreateGuardianEnrollmentTicketRequest, System.Threading.CancellationToken) + nameWithType: IGuardianClient.CreateEnrollmentTicketAsync(CreateGuardianEnrollmentTicketRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.CreateEnrollmentTicketAsync* + name: CreateEnrollmentTicketAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_CreateEnrollmentTicketAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.CreateEnrollmentTicketAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.CreateEnrollmentTicketAsync + nameWithType: IGuardianClient.CreateEnrollmentTicketAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.DeleteEnrollmentAsync(System.String,System.Threading.CancellationToken) + name: DeleteEnrollmentAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_DeleteEnrollmentAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.DeleteEnrollmentAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.DeleteEnrollmentAsync(System.String, System.Threading.CancellationToken) + nameWithType: IGuardianClient.DeleteEnrollmentAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.DeleteEnrollmentAsync* + name: DeleteEnrollmentAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_DeleteEnrollmentAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.DeleteEnrollmentAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.DeleteEnrollmentAsync + nameWithType: IGuardianClient.DeleteEnrollmentAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetEnrollmentAsync(System.String,System.Threading.CancellationToken) + name: GetEnrollmentAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetEnrollmentAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.GetEnrollmentAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetEnrollmentAsync(System.String, System.Threading.CancellationToken) + nameWithType: IGuardianClient.GetEnrollmentAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetEnrollmentAsync* + name: GetEnrollmentAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetEnrollmentAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.GetEnrollmentAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetEnrollmentAsync + nameWithType: IGuardianClient.GetEnrollmentAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetFactorsAsync(System.Threading.CancellationToken) + name: GetFactorsAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetFactorsAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.GetFactorsAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetFactorsAsync(System.Threading.CancellationToken) + nameWithType: IGuardianClient.GetFactorsAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetFactorsAsync* + name: GetFactorsAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetFactorsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.GetFactorsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetFactorsAsync + nameWithType: IGuardianClient.GetFactorsAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetPhoneMessageTypesAsync(System.Threading.CancellationToken) + name: GetPhoneMessageTypesAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetPhoneMessageTypesAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.GetPhoneMessageTypesAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetPhoneMessageTypesAsync(System.Threading.CancellationToken) + nameWithType: IGuardianClient.GetPhoneMessageTypesAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetPhoneMessageTypesAsync* + name: GetPhoneMessageTypesAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetPhoneMessageTypesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.GetPhoneMessageTypesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetPhoneMessageTypesAsync + nameWithType: IGuardianClient.GetPhoneMessageTypesAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetSmsTemplatesAsync(System.Threading.CancellationToken) + name: GetSmsTemplatesAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetSmsTemplatesAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.GetSmsTemplatesAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetSmsTemplatesAsync(System.Threading.CancellationToken) + nameWithType: IGuardianClient.GetSmsTemplatesAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetSmsTemplatesAsync* + name: GetSmsTemplatesAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetSmsTemplatesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.GetSmsTemplatesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetSmsTemplatesAsync + nameWithType: IGuardianClient.GetSmsTemplatesAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetSnsConfigurationAsync(System.Threading.CancellationToken) + name: GetSnsConfigurationAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetSnsConfigurationAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.GetSnsConfigurationAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetSnsConfigurationAsync(System.Threading.CancellationToken) + nameWithType: IGuardianClient.GetSnsConfigurationAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetSnsConfigurationAsync* + name: GetSnsConfigurationAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetSnsConfigurationAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.GetSnsConfigurationAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetSnsConfigurationAsync + nameWithType: IGuardianClient.GetSnsConfigurationAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetTwilioConfigurationAsync(System.Threading.CancellationToken) + name: GetTwilioConfigurationAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetTwilioConfigurationAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.GetTwilioConfigurationAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetTwilioConfigurationAsync(System.Threading.CancellationToken) + nameWithType: IGuardianClient.GetTwilioConfigurationAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.GetTwilioConfigurationAsync* + name: GetTwilioConfigurationAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_GetTwilioConfigurationAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.GetTwilioConfigurationAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.GetTwilioConfigurationAsync + nameWithType: IGuardianClient.GetTwilioConfigurationAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdateFactorAsync(Auth0.ManagementApi.Models.UpdateGuardianFactorRequest,System.Threading.CancellationToken) + name: UpdateFactorAsync(UpdateGuardianFactorRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdateFactorAsync_Auth0_ManagementApi_Models_UpdateGuardianFactorRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.UpdateFactorAsync(Auth0.ManagementApi.Models.UpdateGuardianFactorRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdateFactorAsync(Auth0.ManagementApi.Models.UpdateGuardianFactorRequest, System.Threading.CancellationToken) + nameWithType: IGuardianClient.UpdateFactorAsync(UpdateGuardianFactorRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdateFactorAsync* + name: UpdateFactorAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdateFactorAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.UpdateFactorAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdateFactorAsync + nameWithType: IGuardianClient.UpdateFactorAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdatePhoneMessageTypesAsync(Auth0.ManagementApi.Models.GuardianPhoneMessageTypes,System.Threading.CancellationToken) + name: UpdatePhoneMessageTypesAsync(GuardianPhoneMessageTypes, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdatePhoneMessageTypesAsync_Auth0_ManagementApi_Models_GuardianPhoneMessageTypes_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.UpdatePhoneMessageTypesAsync(Auth0.ManagementApi.Models.GuardianPhoneMessageTypes,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdatePhoneMessageTypesAsync(Auth0.ManagementApi.Models.GuardianPhoneMessageTypes, System.Threading.CancellationToken) + nameWithType: IGuardianClient.UpdatePhoneMessageTypesAsync(GuardianPhoneMessageTypes, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdatePhoneMessageTypesAsync* + name: UpdatePhoneMessageTypesAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdatePhoneMessageTypesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.UpdatePhoneMessageTypesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdatePhoneMessageTypesAsync + nameWithType: IGuardianClient.UpdatePhoneMessageTypesAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdateSmsTemplatesAsync(Auth0.ManagementApi.Models.GuardianSmsEnrollmentTemplates,System.Threading.CancellationToken) + name: UpdateSmsTemplatesAsync(GuardianSmsEnrollmentTemplates, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdateSmsTemplatesAsync_Auth0_ManagementApi_Models_GuardianSmsEnrollmentTemplates_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.UpdateSmsTemplatesAsync(Auth0.ManagementApi.Models.GuardianSmsEnrollmentTemplates,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdateSmsTemplatesAsync(Auth0.ManagementApi.Models.GuardianSmsEnrollmentTemplates, System.Threading.CancellationToken) + nameWithType: IGuardianClient.UpdateSmsTemplatesAsync(GuardianSmsEnrollmentTemplates, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdateSmsTemplatesAsync* + name: UpdateSmsTemplatesAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdateSmsTemplatesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.UpdateSmsTemplatesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdateSmsTemplatesAsync + nameWithType: IGuardianClient.UpdateSmsTemplatesAsync +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdateTwilioConfigurationAsync(Auth0.ManagementApi.Models.UpdateGuardianTwilioConfigurationRequest,System.Threading.CancellationToken) + name: UpdateTwilioConfigurationAsync(UpdateGuardianTwilioConfigurationRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdateTwilioConfigurationAsync_Auth0_ManagementApi_Models_UpdateGuardianTwilioConfigurationRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IGuardianClient.UpdateTwilioConfigurationAsync(Auth0.ManagementApi.Models.UpdateGuardianTwilioConfigurationRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdateTwilioConfigurationAsync(Auth0.ManagementApi.Models.UpdateGuardianTwilioConfigurationRequest, System.Threading.CancellationToken) + nameWithType: IGuardianClient.UpdateTwilioConfigurationAsync(UpdateGuardianTwilioConfigurationRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IGuardianClient.UpdateTwilioConfigurationAsync* + name: UpdateTwilioConfigurationAsync + href: api/Auth0.ManagementApi.Clients.IGuardianClient.html#Auth0_ManagementApi_Clients_IGuardianClient_UpdateTwilioConfigurationAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IGuardianClient.UpdateTwilioConfigurationAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IGuardianClient.UpdateTwilioConfigurationAsync + nameWithType: IGuardianClient.UpdateTwilioConfigurationAsync +- uid: Auth0.ManagementApi.Clients.IHooksClient + name: IHooksClient + href: api/Auth0.ManagementApi.Clients.IHooksClient.html + commentId: T:Auth0.ManagementApi.Clients.IHooksClient + fullName: Auth0.ManagementApi.Clients.IHooksClient + nameWithType: IHooksClient +- uid: Auth0.ManagementApi.Clients.IHooksClient.CreateAsync(Auth0.ManagementApi.Models.HookCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(HookCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_CreateAsync_Auth0_ManagementApi_Models_HookCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IHooksClient.CreateAsync(Auth0.ManagementApi.Models.HookCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IHooksClient.CreateAsync(Auth0.ManagementApi.Models.HookCreateRequest, System.Threading.CancellationToken) + nameWithType: IHooksClient.CreateAsync(HookCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IHooksClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IHooksClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IHooksClient.CreateAsync + nameWithType: IHooksClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IHooksClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IHooksClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IHooksClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IHooksClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IHooksClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IHooksClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IHooksClient.DeleteAsync + nameWithType: IHooksClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IHooksClient.GetAllAsync(Auth0.ManagementApi.Models.GetHooksRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetHooksRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_GetAllAsync_Auth0_ManagementApi_Models_GetHooksRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IHooksClient.GetAllAsync(Auth0.ManagementApi.Models.GetHooksRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IHooksClient.GetAllAsync(Auth0.ManagementApi.Models.GetHooksRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IHooksClient.GetAllAsync(GetHooksRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IHooksClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IHooksClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IHooksClient.GetAllAsync + nameWithType: IHooksClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IHooksClient.GetAsync(System.String,System.String,System.Threading.CancellationToken) + name: GetAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_GetAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IHooksClient.GetAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IHooksClient.GetAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IHooksClient.GetAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IHooksClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IHooksClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IHooksClient.GetAsync + nameWithType: IHooksClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IHooksClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.HookUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, HookUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_HookUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IHooksClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.HookUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IHooksClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.HookUpdateRequest, System.Threading.CancellationToken) + nameWithType: IHooksClient.UpdateAsync(String, HookUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IHooksClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IHooksClient.html#Auth0_ManagementApi_Clients_IHooksClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IHooksClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IHooksClient.UpdateAsync + nameWithType: IHooksClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IJobsClient + name: IJobsClient + href: api/Auth0.ManagementApi.Clients.IJobsClient.html + commentId: T:Auth0.ManagementApi.Clients.IJobsClient + fullName: Auth0.ManagementApi.Clients.IJobsClient + nameWithType: IJobsClient +- uid: Auth0.ManagementApi.Clients.IJobsClient.ExportUsersAsync(Auth0.ManagementApi.Models.UsersExportsJobRequest,System.Threading.CancellationToken) + name: ExportUsersAsync(UsersExportsJobRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_ExportUsersAsync_Auth0_ManagementApi_Models_UsersExportsJobRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IJobsClient.ExportUsersAsync(Auth0.ManagementApi.Models.UsersExportsJobRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IJobsClient.ExportUsersAsync(Auth0.ManagementApi.Models.UsersExportsJobRequest, System.Threading.CancellationToken) + nameWithType: IJobsClient.ExportUsersAsync(UsersExportsJobRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IJobsClient.ExportUsersAsync* + name: ExportUsersAsync + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_ExportUsersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IJobsClient.ExportUsersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IJobsClient.ExportUsersAsync + nameWithType: IJobsClient.ExportUsersAsync +- uid: Auth0.ManagementApi.Clients.IJobsClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IJobsClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IJobsClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: IJobsClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IJobsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IJobsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IJobsClient.GetAsync + nameWithType: IJobsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IJobsClient.ImportUsersAsync(System.String,System.String,System.IO.Stream,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken) + name: ImportUsersAsync(String, String, Stream, Nullable, String, Nullable, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_ImportUsersAsync_System_String_System_String_System_IO_Stream_System_Nullable_System_Boolean__System_String_System_Nullable_System_Boolean__System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IJobsClient.ImportUsersAsync(System.String,System.String,System.IO.Stream,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken) + name.vb: ImportUsersAsync(String, String, Stream, Nullable(Of Boolean), String, Nullable(Of Boolean), CancellationToken) + fullName: Auth0.ManagementApi.Clients.IJobsClient.ImportUsersAsync(System.String, System.String, System.IO.Stream, System.Nullable, System.String, System.Nullable, System.Threading.CancellationToken) + fullName.vb: Auth0.ManagementApi.Clients.IJobsClient.ImportUsersAsync(System.String, System.String, System.IO.Stream, System.Nullable(Of System.Boolean), System.String, System.Nullable(Of System.Boolean), System.Threading.CancellationToken) + nameWithType: IJobsClient.ImportUsersAsync(String, String, Stream, Nullable, String, Nullable, CancellationToken) + nameWithType.vb: IJobsClient.ImportUsersAsync(String, String, Stream, Nullable(Of Boolean), String, Nullable(Of Boolean), CancellationToken) +- uid: Auth0.ManagementApi.Clients.IJobsClient.ImportUsersAsync* + name: ImportUsersAsync + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_ImportUsersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IJobsClient.ImportUsersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IJobsClient.ImportUsersAsync + nameWithType: IJobsClient.ImportUsersAsync +- uid: Auth0.ManagementApi.Clients.IJobsClient.SendVerificationEmailAsync(Auth0.ManagementApi.Models.VerifyEmailJobRequest,System.Threading.CancellationToken) + name: SendVerificationEmailAsync(VerifyEmailJobRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_SendVerificationEmailAsync_Auth0_ManagementApi_Models_VerifyEmailJobRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IJobsClient.SendVerificationEmailAsync(Auth0.ManagementApi.Models.VerifyEmailJobRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IJobsClient.SendVerificationEmailAsync(Auth0.ManagementApi.Models.VerifyEmailJobRequest, System.Threading.CancellationToken) + nameWithType: IJobsClient.SendVerificationEmailAsync(VerifyEmailJobRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IJobsClient.SendVerificationEmailAsync* + name: SendVerificationEmailAsync + href: api/Auth0.ManagementApi.Clients.IJobsClient.html#Auth0_ManagementApi_Clients_IJobsClient_SendVerificationEmailAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IJobsClient.SendVerificationEmailAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IJobsClient.SendVerificationEmailAsync + nameWithType: IJobsClient.SendVerificationEmailAsync +- uid: Auth0.ManagementApi.Clients.IKeysClient + name: IKeysClient + href: api/Auth0.ManagementApi.Clients.IKeysClient.html + commentId: T:Auth0.ManagementApi.Clients.IKeysClient + fullName: Auth0.ManagementApi.Clients.IKeysClient + nameWithType: IKeysClient +- uid: Auth0.ManagementApi.Clients.IKeysClient.GetAllAsync(System.Threading.CancellationToken) + name: GetAllAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_GetAllAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IKeysClient.GetAllAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IKeysClient.GetAllAsync(System.Threading.CancellationToken) + nameWithType: IKeysClient.GetAllAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IKeysClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IKeysClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IKeysClient.GetAllAsync + nameWithType: IKeysClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IKeysClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IKeysClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IKeysClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: IKeysClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IKeysClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IKeysClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IKeysClient.GetAsync + nameWithType: IKeysClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IKeysClient.RevokeSigningKeyAsync(System.String,System.Threading.CancellationToken) + name: RevokeSigningKeyAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_RevokeSigningKeyAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IKeysClient.RevokeSigningKeyAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IKeysClient.RevokeSigningKeyAsync(System.String, System.Threading.CancellationToken) + nameWithType: IKeysClient.RevokeSigningKeyAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IKeysClient.RevokeSigningKeyAsync* + name: RevokeSigningKeyAsync + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_RevokeSigningKeyAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IKeysClient.RevokeSigningKeyAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IKeysClient.RevokeSigningKeyAsync + nameWithType: IKeysClient.RevokeSigningKeyAsync +- uid: Auth0.ManagementApi.Clients.IKeysClient.RotateSigningKeyAsync(System.Threading.CancellationToken) + name: RotateSigningKeyAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_RotateSigningKeyAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IKeysClient.RotateSigningKeyAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IKeysClient.RotateSigningKeyAsync(System.Threading.CancellationToken) + nameWithType: IKeysClient.RotateSigningKeyAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IKeysClient.RotateSigningKeyAsync* + name: RotateSigningKeyAsync + href: api/Auth0.ManagementApi.Clients.IKeysClient.html#Auth0_ManagementApi_Clients_IKeysClient_RotateSigningKeyAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IKeysClient.RotateSigningKeyAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IKeysClient.RotateSigningKeyAsync + nameWithType: IKeysClient.RotateSigningKeyAsync +- uid: Auth0.ManagementApi.Clients.ILogsClient + name: ILogsClient + href: api/Auth0.ManagementApi.Clients.ILogsClient.html + commentId: T:Auth0.ManagementApi.Clients.ILogsClient + fullName: Auth0.ManagementApi.Clients.ILogsClient + nameWithType: ILogsClient +- uid: Auth0.ManagementApi.Clients.ILogsClient.GetAllAsync(Auth0.ManagementApi.Models.GetLogsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetLogsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ILogsClient.html#Auth0_ManagementApi_Clients_ILogsClient_GetAllAsync_Auth0_ManagementApi_Models_GetLogsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ILogsClient.GetAllAsync(Auth0.ManagementApi.Models.GetLogsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ILogsClient.GetAllAsync(Auth0.ManagementApi.Models.GetLogsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: ILogsClient.GetAllAsync(GetLogsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ILogsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.ILogsClient.html#Auth0_ManagementApi_Clients_ILogsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ILogsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ILogsClient.GetAllAsync + nameWithType: ILogsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.ILogsClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ILogsClient.html#Auth0_ManagementApi_Clients_ILogsClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ILogsClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ILogsClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: ILogsClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ILogsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.ILogsClient.html#Auth0_ManagementApi_Clients_ILogsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ILogsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ILogsClient.GetAsync + nameWithType: ILogsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient + name: ILogStreamsClient + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html + commentId: T:Auth0.ManagementApi.Clients.ILogStreamsClient + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient + nameWithType: ILogStreamsClient +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.CreateAsync(Auth0.ManagementApi.Models.LogStreamCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(LogStreamCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_CreateAsync_Auth0_ManagementApi_Models_LogStreamCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ILogStreamsClient.CreateAsync(Auth0.ManagementApi.Models.LogStreamCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.CreateAsync(Auth0.ManagementApi.Models.LogStreamCreateRequest, System.Threading.CancellationToken) + nameWithType: ILogStreamsClient.CreateAsync(LogStreamCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ILogStreamsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.CreateAsync + nameWithType: ILogStreamsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ILogStreamsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: ILogStreamsClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ILogStreamsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.DeleteAsync + nameWithType: ILogStreamsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAllAsync(System.Threading.CancellationToken) + name: GetAllAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_GetAllAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ILogStreamsClient.GetAllAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAllAsync(System.Threading.CancellationToken) + nameWithType: ILogStreamsClient.GetAllAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ILogStreamsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAllAsync + nameWithType: ILogStreamsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ILogStreamsClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: ILogStreamsClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ILogStreamsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.GetAsync + nameWithType: ILogStreamsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.LogStreamUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, LogStreamUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_LogStreamUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ILogStreamsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.LogStreamUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.LogStreamUpdateRequest, System.Threading.CancellationToken) + nameWithType: ILogStreamsClient.UpdateAsync(String, LogStreamUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ILogStreamsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.ILogStreamsClient.html#Auth0_ManagementApi_Clients_ILogStreamsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ILogStreamsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ILogStreamsClient.UpdateAsync + nameWithType: ILogStreamsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient + name: IOrganizationsClient + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html + commentId: T:Auth0.ManagementApi.Clients.IOrganizationsClient + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient + nameWithType: IOrganizationsClient +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMemberRolesAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationAddMemberRolesRequest,System.Threading.CancellationToken) + name: AddMemberRolesAsync(String, String, OrganizationAddMemberRolesRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_AddMemberRolesAsync_System_String_System_String_Auth0_ManagementApi_Models_OrganizationAddMemberRolesRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.AddMemberRolesAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationAddMemberRolesRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMemberRolesAsync(System.String, System.String, Auth0.ManagementApi.Models.OrganizationAddMemberRolesRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.AddMemberRolesAsync(String, String, OrganizationAddMemberRolesRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMemberRolesAsync* + name: AddMemberRolesAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_AddMemberRolesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.AddMemberRolesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMemberRolesAsync + nameWithType: IOrganizationsClient.AddMemberRolesAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMembersAsync(System.String,Auth0.ManagementApi.Models.OrganizationAddMembersRequest,System.Threading.CancellationToken) + name: AddMembersAsync(String, OrganizationAddMembersRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_AddMembersAsync_System_String_Auth0_ManagementApi_Models_OrganizationAddMembersRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.AddMembersAsync(System.String,Auth0.ManagementApi.Models.OrganizationAddMembersRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMembersAsync(System.String, Auth0.ManagementApi.Models.OrganizationAddMembersRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.AddMembersAsync(String, OrganizationAddMembersRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMembersAsync* + name: AddMembersAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_AddMembersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.AddMembersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.AddMembersAsync + nameWithType: IOrganizationsClient.AddMembersAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateAsync(Auth0.ManagementApi.Models.OrganizationCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(OrganizationCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_CreateAsync_Auth0_ManagementApi_Models_OrganizationCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.CreateAsync(Auth0.ManagementApi.Models.OrganizationCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateAsync(Auth0.ManagementApi.Models.OrganizationCreateRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.CreateAsync(OrganizationCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateAsync + nameWithType: IOrganizationsClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateConnectionAsync(System.String,Auth0.ManagementApi.Models.OrganizationConnectionCreateRequest,System.Threading.CancellationToken) + name: CreateConnectionAsync(String, OrganizationConnectionCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_CreateConnectionAsync_System_String_Auth0_ManagementApi_Models_OrganizationConnectionCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.CreateConnectionAsync(System.String,Auth0.ManagementApi.Models.OrganizationConnectionCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateConnectionAsync(System.String, Auth0.ManagementApi.Models.OrganizationConnectionCreateRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.CreateConnectionAsync(String, OrganizationConnectionCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateConnectionAsync* + name: CreateConnectionAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_CreateConnectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.CreateConnectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateConnectionAsync + nameWithType: IOrganizationsClient.CreateConnectionAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateInvitationAsync(System.String,Auth0.ManagementApi.Models.OrganizationCreateInvitationRequest,System.Threading.CancellationToken) + name: CreateInvitationAsync(String, OrganizationCreateInvitationRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_CreateInvitationAsync_System_String_Auth0_ManagementApi_Models_OrganizationCreateInvitationRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.CreateInvitationAsync(System.String,Auth0.ManagementApi.Models.OrganizationCreateInvitationRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateInvitationAsync(System.String, Auth0.ManagementApi.Models.OrganizationCreateInvitationRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.CreateInvitationAsync(String, OrganizationCreateInvitationRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateInvitationAsync* + name: CreateInvitationAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_CreateInvitationAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.CreateInvitationAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.CreateInvitationAsync + nameWithType: IOrganizationsClient.CreateInvitationAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteAsync + nameWithType: IOrganizationsClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteConnectionAsync(System.String,System.String,System.Threading.CancellationToken) + name: DeleteConnectionAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteConnectionAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteConnectionAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteConnectionAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.DeleteConnectionAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteConnectionAsync* + name: DeleteConnectionAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteConnectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteConnectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteConnectionAsync + nameWithType: IOrganizationsClient.DeleteConnectionAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteInvitationAsync(System.String,System.String,System.Threading.CancellationToken) + name: DeleteInvitationAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteInvitationAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteInvitationAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteInvitationAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.DeleteInvitationAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteInvitationAsync* + name: DeleteInvitationAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteInvitationAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteInvitationAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteInvitationAsync + nameWithType: IOrganizationsClient.DeleteInvitationAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberAsync(System.String,Auth0.ManagementApi.Models.OrganizationDeleteMembersRequest,System.Threading.CancellationToken) + name: DeleteMemberAsync(String, OrganizationDeleteMembersRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteMemberAsync_System_String_Auth0_ManagementApi_Models_OrganizationDeleteMembersRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberAsync(System.String,Auth0.ManagementApi.Models.OrganizationDeleteMembersRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberAsync(System.String, Auth0.ManagementApi.Models.OrganizationDeleteMembersRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.DeleteMemberAsync(String, OrganizationDeleteMembersRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberAsync* + name: DeleteMemberAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteMemberAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberAsync + nameWithType: IOrganizationsClient.DeleteMemberAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberRolesAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationDeleteMemberRolesRequest,System.Threading.CancellationToken) + name: DeleteMemberRolesAsync(String, String, OrganizationDeleteMemberRolesRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteMemberRolesAsync_System_String_System_String_Auth0_ManagementApi_Models_OrganizationDeleteMemberRolesRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberRolesAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationDeleteMemberRolesRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberRolesAsync(System.String, System.String, Auth0.ManagementApi.Models.OrganizationDeleteMemberRolesRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.DeleteMemberRolesAsync(String, String, OrganizationDeleteMemberRolesRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberRolesAsync* + name: DeleteMemberRolesAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_DeleteMemberRolesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberRolesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.DeleteMemberRolesAsync + nameWithType: IOrganizationsClient.DeleteMemberRolesAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync(Auth0.ManagementApi.Paging.CheckpointPaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(CheckpointPaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllAsync_Auth0_ManagementApi_Paging_CheckpointPaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync(Auth0.ManagementApi.Paging.CheckpointPaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync(Auth0.ManagementApi.Paging.CheckpointPaginationInfo, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAllAsync(CheckpointPaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync(Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllAsync_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync(Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync(Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAllAsync(PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllAsync + nameWithType: IOrganizationsClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllConnectionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllConnectionsAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllConnectionsAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllConnectionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllConnectionsAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAllConnectionsAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllConnectionsAsync* + name: GetAllConnectionsAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllConnectionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllConnectionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllConnectionsAsync + nameWithType: IOrganizationsClient.GetAllConnectionsAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllInvitationsAsync(System.String,Auth0.ManagementApi.Models.OrganizationGetAllInvitationsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllInvitationsAsync(String, OrganizationGetAllInvitationsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllInvitationsAsync_System_String_Auth0_ManagementApi_Models_OrganizationGetAllInvitationsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllInvitationsAsync(System.String,Auth0.ManagementApi.Models.OrganizationGetAllInvitationsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllInvitationsAsync(System.String, Auth0.ManagementApi.Models.OrganizationGetAllInvitationsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAllInvitationsAsync(String, OrganizationGetAllInvitationsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllInvitationsAsync* + name: GetAllInvitationsAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllInvitationsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllInvitationsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllInvitationsAsync + nameWithType: IOrganizationsClient.GetAllInvitationsAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMemberRolesAsync(System.String,System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllMemberRolesAsync(String, String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllMemberRolesAsync_System_String_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMemberRolesAsync(System.String,System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMemberRolesAsync(System.String, System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAllMemberRolesAsync(String, String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMemberRolesAsync* + name: GetAllMemberRolesAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllMemberRolesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMemberRolesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMemberRolesAsync + nameWithType: IOrganizationsClient.GetAllMemberRolesAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync(System.String,Auth0.ManagementApi.Paging.CheckpointPaginationInfo,System.Threading.CancellationToken) + name: GetAllMembersAsync(String, CheckpointPaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllMembersAsync_System_String_Auth0_ManagementApi_Paging_CheckpointPaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync(System.String,Auth0.ManagementApi.Paging.CheckpointPaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync(System.String, Auth0.ManagementApi.Paging.CheckpointPaginationInfo, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAllMembersAsync(String, CheckpointPaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllMembersAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllMembersAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAllMembersAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync* + name: GetAllMembersAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAllMembersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAllMembersAsync + nameWithType: IOrganizationsClient.GetAllMembersAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetAsync + nameWithType: IOrganizationsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetByNameAsync(System.String,System.Threading.CancellationToken) + name: GetByNameAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetByNameAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetByNameAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetByNameAsync(System.String, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetByNameAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetByNameAsync* + name: GetByNameAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetByNameAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetByNameAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetByNameAsync + nameWithType: IOrganizationsClient.GetByNameAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetConnectionAsync(System.String,System.String,System.Threading.CancellationToken) + name: GetConnectionAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetConnectionAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetConnectionAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetConnectionAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetConnectionAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetConnectionAsync* + name: GetConnectionAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetConnectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetConnectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetConnectionAsync + nameWithType: IOrganizationsClient.GetConnectionAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetInvitationAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationGetInvitationRequest,System.Threading.CancellationToken) + name: GetInvitationAsync(String, String, OrganizationGetInvitationRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetInvitationAsync_System_String_System_String_Auth0_ManagementApi_Models_OrganizationGetInvitationRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.GetInvitationAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationGetInvitationRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetInvitationAsync(System.String, System.String, Auth0.ManagementApi.Models.OrganizationGetInvitationRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.GetInvitationAsync(String, String, OrganizationGetInvitationRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.GetInvitationAsync* + name: GetInvitationAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_GetInvitationAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.GetInvitationAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.GetInvitationAsync + nameWithType: IOrganizationsClient.GetInvitationAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.OrganizationUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, OrganizationUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_OrganizationUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.OrganizationUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.OrganizationUpdateRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.UpdateAsync(String, OrganizationUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateAsync + nameWithType: IOrganizationsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateConnectionAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationConnectionUpdateRequest,System.Threading.CancellationToken) + name: UpdateConnectionAsync(String, String, OrganizationConnectionUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_UpdateConnectionAsync_System_String_System_String_Auth0_ManagementApi_Models_OrganizationConnectionUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateConnectionAsync(System.String,System.String,Auth0.ManagementApi.Models.OrganizationConnectionUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateConnectionAsync(System.String, System.String, Auth0.ManagementApi.Models.OrganizationConnectionUpdateRequest, System.Threading.CancellationToken) + nameWithType: IOrganizationsClient.UpdateConnectionAsync(String, String, OrganizationConnectionUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateConnectionAsync* + name: UpdateConnectionAsync + href: api/Auth0.ManagementApi.Clients.IOrganizationsClient.html#Auth0_ManagementApi_Clients_IOrganizationsClient_UpdateConnectionAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateConnectionAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IOrganizationsClient.UpdateConnectionAsync + nameWithType: IOrganizationsClient.UpdateConnectionAsync +- uid: Auth0.ManagementApi.Clients.IPromptsClient + name: IPromptsClient + href: api/Auth0.ManagementApi.Clients.IPromptsClient.html + commentId: T:Auth0.ManagementApi.Clients.IPromptsClient + fullName: Auth0.ManagementApi.Clients.IPromptsClient + nameWithType: IPromptsClient +- uid: Auth0.ManagementApi.Clients.IPromptsClient.GetAsync(System.Threading.CancellationToken) + name: GetAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IPromptsClient.html#Auth0_ManagementApi_Clients_IPromptsClient_GetAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IPromptsClient.GetAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IPromptsClient.GetAsync(System.Threading.CancellationToken) + nameWithType: IPromptsClient.GetAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IPromptsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IPromptsClient.html#Auth0_ManagementApi_Clients_IPromptsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IPromptsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IPromptsClient.GetAsync + nameWithType: IPromptsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IPromptsClient.UpdateAsync(Auth0.ManagementApi.Models.Prompts.PromptUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(PromptUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IPromptsClient.html#Auth0_ManagementApi_Clients_IPromptsClient_UpdateAsync_Auth0_ManagementApi_Models_Prompts_PromptUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IPromptsClient.UpdateAsync(Auth0.ManagementApi.Models.Prompts.PromptUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IPromptsClient.UpdateAsync(Auth0.ManagementApi.Models.Prompts.PromptUpdateRequest, System.Threading.CancellationToken) + nameWithType: IPromptsClient.UpdateAsync(PromptUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IPromptsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IPromptsClient.html#Auth0_ManagementApi_Clients_IPromptsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IPromptsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IPromptsClient.UpdateAsync + nameWithType: IPromptsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IResourceServersClient + name: IResourceServersClient + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html + commentId: T:Auth0.ManagementApi.Clients.IResourceServersClient + fullName: Auth0.ManagementApi.Clients.IResourceServersClient + nameWithType: IResourceServersClient +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.CreateAsync(Auth0.ManagementApi.Models.ResourceServerCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(ResourceServerCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_CreateAsync_Auth0_ManagementApi_Models_ResourceServerCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IResourceServersClient.CreateAsync(Auth0.ManagementApi.Models.ResourceServerCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.CreateAsync(Auth0.ManagementApi.Models.ResourceServerCreateRequest, System.Threading.CancellationToken) + nameWithType: IResourceServersClient.CreateAsync(ResourceServerCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IResourceServersClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.CreateAsync + nameWithType: IResourceServersClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IResourceServersClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IResourceServersClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IResourceServersClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.DeleteAsync + nameWithType: IResourceServersClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.GetAllAsync(Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_GetAllAsync_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IResourceServersClient.GetAllAsync(Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.GetAllAsync(Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IResourceServersClient.GetAllAsync(PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IResourceServersClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.GetAllAsync + nameWithType: IResourceServersClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IResourceServersClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: IResourceServersClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IResourceServersClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.GetAsync + nameWithType: IResourceServersClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ResourceServerUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, ResourceServerUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_ResourceServerUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IResourceServersClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.ResourceServerUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.ResourceServerUpdateRequest, System.Threading.CancellationToken) + nameWithType: IResourceServersClient.UpdateAsync(String, ResourceServerUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IResourceServersClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IResourceServersClient.html#Auth0_ManagementApi_Clients_IResourceServersClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IResourceServersClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IResourceServersClient.UpdateAsync + nameWithType: IResourceServersClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient + name: IRolesClient + href: api/Auth0.ManagementApi.Clients.IRolesClient.html + commentId: T:Auth0.ManagementApi.Clients.IRolesClient + fullName: Auth0.ManagementApi.Clients.IRolesClient + nameWithType: IRolesClient +- uid: Auth0.ManagementApi.Clients.IRolesClient.AssignPermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + name: AssignPermissionsAsync(String, AssignPermissionsRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_AssignPermissionsAsync_System_String_Auth0_ManagementApi_Models_AssignPermissionsRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.AssignPermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.AssignPermissionsAsync(System.String, Auth0.ManagementApi.Models.AssignPermissionsRequest, System.Threading.CancellationToken) + nameWithType: IRolesClient.AssignPermissionsAsync(String, AssignPermissionsRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.AssignPermissionsAsync* + name: AssignPermissionsAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_AssignPermissionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.AssignPermissionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.AssignPermissionsAsync + nameWithType: IRolesClient.AssignPermissionsAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.AssignUsersAsync(System.String,Auth0.ManagementApi.Models.AssignUsersRequest,System.Threading.CancellationToken) + name: AssignUsersAsync(String, AssignUsersRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_AssignUsersAsync_System_String_Auth0_ManagementApi_Models_AssignUsersRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.AssignUsersAsync(System.String,Auth0.ManagementApi.Models.AssignUsersRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.AssignUsersAsync(System.String, Auth0.ManagementApi.Models.AssignUsersRequest, System.Threading.CancellationToken) + nameWithType: IRolesClient.AssignUsersAsync(String, AssignUsersRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.AssignUsersAsync* + name: AssignUsersAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_AssignUsersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.AssignUsersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.AssignUsersAsync + nameWithType: IRolesClient.AssignUsersAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.CreateAsync(Auth0.ManagementApi.Models.RoleCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(RoleCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_CreateAsync_Auth0_ManagementApi_Models_RoleCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.CreateAsync(Auth0.ManagementApi.Models.RoleCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.CreateAsync(Auth0.ManagementApi.Models.RoleCreateRequest, System.Threading.CancellationToken) + nameWithType: IRolesClient.CreateAsync(RoleCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.CreateAsync + nameWithType: IRolesClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IRolesClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.DeleteAsync + nameWithType: IRolesClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRolesRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetRolesRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetAllAsync_Auth0_ManagementApi_Models_GetRolesRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRolesRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRolesRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IRolesClient.GetAllAsync(GetRolesRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRolesRequest,System.Threading.CancellationToken) + name: GetAllAsync(GetRolesRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetAllAsync_Auth0_ManagementApi_Models_GetRolesRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRolesRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRolesRequest, System.Threading.CancellationToken) + nameWithType: IRolesClient.GetAllAsync(GetRolesRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetAllAsync + nameWithType: IRolesClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetAsync(System.String,System.Threading.CancellationToken) + name: GetAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.GetAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetAsync(System.String, System.Threading.CancellationToken) + nameWithType: IRolesClient.GetAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetAsync + nameWithType: IRolesClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetPermissionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetPermissionsAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetPermissionsAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.GetPermissionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetPermissionsAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IRolesClient.GetPermissionsAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetPermissionsAsync* + name: GetPermissionsAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetPermissionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.GetPermissionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetPermissionsAsync + nameWithType: IRolesClient.GetPermissionsAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String,Auth0.ManagementApi.Paging.CheckpointPaginationInfo,System.Threading.CancellationToken) + name: GetUsersAsync(String, CheckpointPaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetUsersAsync_System_String_Auth0_ManagementApi_Paging_CheckpointPaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String,Auth0.ManagementApi.Paging.CheckpointPaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String, Auth0.ManagementApi.Paging.CheckpointPaginationInfo, System.Threading.CancellationToken) + nameWithType: IRolesClient.GetUsersAsync(String, CheckpointPaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetUsersAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetUsersAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IRolesClient.GetUsersAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String,System.Threading.CancellationToken) + name: GetUsersAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetUsersAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync(System.String, System.Threading.CancellationToken) + nameWithType: IRolesClient.GetUsersAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync* + name: GetUsersAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_GetUsersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.GetUsersAsync + nameWithType: IRolesClient.GetUsersAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.RemovePermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + name: RemovePermissionsAsync(String, AssignPermissionsRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_RemovePermissionsAsync_System_String_Auth0_ManagementApi_Models_AssignPermissionsRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.RemovePermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.RemovePermissionsAsync(System.String, Auth0.ManagementApi.Models.AssignPermissionsRequest, System.Threading.CancellationToken) + nameWithType: IRolesClient.RemovePermissionsAsync(String, AssignPermissionsRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.RemovePermissionsAsync* + name: RemovePermissionsAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_RemovePermissionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.RemovePermissionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.RemovePermissionsAsync + nameWithType: IRolesClient.RemovePermissionsAsync +- uid: Auth0.ManagementApi.Clients.IRolesClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.RoleUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, RoleUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_RoleUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRolesClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.RoleUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRolesClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.RoleUpdateRequest, System.Threading.CancellationToken) + nameWithType: IRolesClient.UpdateAsync(String, RoleUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRolesClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IRolesClient.html#Auth0_ManagementApi_Clients_IRolesClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRolesClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRolesClient.UpdateAsync + nameWithType: IRolesClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IRulesClient + name: IRulesClient + href: api/Auth0.ManagementApi.Clients.IRulesClient.html + commentId: T:Auth0.ManagementApi.Clients.IRulesClient + fullName: Auth0.ManagementApi.Clients.IRulesClient + nameWithType: IRulesClient +- uid: Auth0.ManagementApi.Clients.IRulesClient.CreateAsync(Auth0.ManagementApi.Models.RuleCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(RuleCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_CreateAsync_Auth0_ManagementApi_Models_RuleCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRulesClient.CreateAsync(Auth0.ManagementApi.Models.RuleCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRulesClient.CreateAsync(Auth0.ManagementApi.Models.RuleCreateRequest, System.Threading.CancellationToken) + nameWithType: IRulesClient.CreateAsync(RuleCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRulesClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRulesClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRulesClient.CreateAsync + nameWithType: IRulesClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IRulesClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRulesClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRulesClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IRulesClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRulesClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRulesClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRulesClient.DeleteAsync + nameWithType: IRulesClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IRulesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRulesRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetRulesRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_GetAllAsync_Auth0_ManagementApi_Models_GetRulesRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRulesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRulesRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRulesClient.GetAllAsync(Auth0.ManagementApi.Models.GetRulesRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IRulesClient.GetAllAsync(GetRulesRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRulesClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRulesClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRulesClient.GetAllAsync + nameWithType: IRulesClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IRulesClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + name: GetAsync(String, String, Boolean, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_GetAsync_System_String_System_String_System_Boolean_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRulesClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRulesClient.GetAsync(System.String, System.String, System.Boolean, System.Threading.CancellationToken) + nameWithType: IRulesClient.GetAsync(String, String, Boolean, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRulesClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRulesClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRulesClient.GetAsync + nameWithType: IRulesClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IRulesClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.RuleUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, RuleUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_RuleUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRulesClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.RuleUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRulesClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.RuleUpdateRequest, System.Threading.CancellationToken) + nameWithType: IRulesClient.UpdateAsync(String, RuleUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRulesClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IRulesClient.html#Auth0_ManagementApi_Clients_IRulesClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRulesClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRulesClient.UpdateAsync + nameWithType: IRulesClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.IRulesConfigClient + name: IRulesConfigClient + href: api/Auth0.ManagementApi.Clients.IRulesConfigClient.html + commentId: T:Auth0.ManagementApi.Clients.IRulesConfigClient + fullName: Auth0.ManagementApi.Clients.IRulesConfigClient + nameWithType: IRulesConfigClient +- uid: Auth0.ManagementApi.Clients.IRulesConfigClient.CreateOrUpdateAsync(Auth0.ManagementApi.Models.RulesConfigCreateOrUpdateRequest,System.Threading.CancellationToken) + name: CreateOrUpdateAsync(RulesConfigCreateOrUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRulesConfigClient.html#Auth0_ManagementApi_Clients_IRulesConfigClient_CreateOrUpdateAsync_Auth0_ManagementApi_Models_RulesConfigCreateOrUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRulesConfigClient.CreateOrUpdateAsync(Auth0.ManagementApi.Models.RulesConfigCreateOrUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRulesConfigClient.CreateOrUpdateAsync(Auth0.ManagementApi.Models.RulesConfigCreateOrUpdateRequest, System.Threading.CancellationToken) + nameWithType: IRulesConfigClient.CreateOrUpdateAsync(RulesConfigCreateOrUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRulesConfigClient.CreateOrUpdateAsync* + name: CreateOrUpdateAsync + href: api/Auth0.ManagementApi.Clients.IRulesConfigClient.html#Auth0_ManagementApi_Clients_IRulesConfigClient_CreateOrUpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRulesConfigClient.CreateOrUpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRulesConfigClient.CreateOrUpdateAsync + nameWithType: IRulesConfigClient.CreateOrUpdateAsync +- uid: Auth0.ManagementApi.Clients.IRulesConfigClient.DeleteAsync(System.String,System.Threading.CancellationToken) + name: DeleteAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IRulesConfigClient.html#Auth0_ManagementApi_Clients_IRulesConfigClient_DeleteAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IRulesConfigClient.DeleteAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IRulesConfigClient.DeleteAsync(System.String, System.Threading.CancellationToken) + nameWithType: IRulesConfigClient.DeleteAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IRulesConfigClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IRulesConfigClient.html#Auth0_ManagementApi_Clients_IRulesConfigClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IRulesConfigClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IRulesConfigClient.DeleteAsync + nameWithType: IRulesConfigClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IStatsClient + name: IStatsClient + href: api/Auth0.ManagementApi.Clients.IStatsClient.html + commentId: T:Auth0.ManagementApi.Clients.IStatsClient + fullName: Auth0.ManagementApi.Clients.IStatsClient + nameWithType: IStatsClient +- uid: Auth0.ManagementApi.Clients.IStatsClient.GetActiveUsersAsync(System.Threading.CancellationToken) + name: GetActiveUsersAsync(CancellationToken) + href: api/Auth0.ManagementApi.Clients.IStatsClient.html#Auth0_ManagementApi_Clients_IStatsClient_GetActiveUsersAsync_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IStatsClient.GetActiveUsersAsync(System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IStatsClient.GetActiveUsersAsync(System.Threading.CancellationToken) + nameWithType: IStatsClient.GetActiveUsersAsync(CancellationToken) +- uid: Auth0.ManagementApi.Clients.IStatsClient.GetActiveUsersAsync* + name: GetActiveUsersAsync + href: api/Auth0.ManagementApi.Clients.IStatsClient.html#Auth0_ManagementApi_Clients_IStatsClient_GetActiveUsersAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IStatsClient.GetActiveUsersAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IStatsClient.GetActiveUsersAsync + nameWithType: IStatsClient.GetActiveUsersAsync +- uid: Auth0.ManagementApi.Clients.IStatsClient.GetDailyStatsAsync(System.DateTime,System.DateTime,System.Threading.CancellationToken) + name: GetDailyStatsAsync(DateTime, DateTime, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IStatsClient.html#Auth0_ManagementApi_Clients_IStatsClient_GetDailyStatsAsync_System_DateTime_System_DateTime_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IStatsClient.GetDailyStatsAsync(System.DateTime,System.DateTime,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IStatsClient.GetDailyStatsAsync(System.DateTime, System.DateTime, System.Threading.CancellationToken) + nameWithType: IStatsClient.GetDailyStatsAsync(DateTime, DateTime, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IStatsClient.GetDailyStatsAsync* + name: GetDailyStatsAsync + href: api/Auth0.ManagementApi.Clients.IStatsClient.html#Auth0_ManagementApi_Clients_IStatsClient_GetDailyStatsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IStatsClient.GetDailyStatsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IStatsClient.GetDailyStatsAsync + nameWithType: IStatsClient.GetDailyStatsAsync +- uid: Auth0.ManagementApi.Clients.ITenantSettingsClient + name: ITenantSettingsClient + href: api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html + commentId: T:Auth0.ManagementApi.Clients.ITenantSettingsClient + fullName: Auth0.ManagementApi.Clients.ITenantSettingsClient + nameWithType: ITenantSettingsClient +- uid: Auth0.ManagementApi.Clients.ITenantSettingsClient.GetAsync(System.String,System.Boolean,System.Threading.CancellationToken) + name: GetAsync(String, Boolean, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html#Auth0_ManagementApi_Clients_ITenantSettingsClient_GetAsync_System_String_System_Boolean_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ITenantSettingsClient.GetAsync(System.String,System.Boolean,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ITenantSettingsClient.GetAsync(System.String, System.Boolean, System.Threading.CancellationToken) + nameWithType: ITenantSettingsClient.GetAsync(String, Boolean, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ITenantSettingsClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html#Auth0_ManagementApi_Clients_ITenantSettingsClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ITenantSettingsClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ITenantSettingsClient.GetAsync + nameWithType: ITenantSettingsClient.GetAsync +- uid: Auth0.ManagementApi.Clients.ITenantSettingsClient.UpdateAsync(Auth0.ManagementApi.Models.TenantSettingsUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(TenantSettingsUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html#Auth0_ManagementApi_Clients_ITenantSettingsClient_UpdateAsync_Auth0_ManagementApi_Models_TenantSettingsUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ITenantSettingsClient.UpdateAsync(Auth0.ManagementApi.Models.TenantSettingsUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ITenantSettingsClient.UpdateAsync(Auth0.ManagementApi.Models.TenantSettingsUpdateRequest, System.Threading.CancellationToken) + nameWithType: ITenantSettingsClient.UpdateAsync(TenantSettingsUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ITenantSettingsClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.ITenantSettingsClient.html#Auth0_ManagementApi_Clients_ITenantSettingsClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ITenantSettingsClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ITenantSettingsClient.UpdateAsync + nameWithType: ITenantSettingsClient.UpdateAsync +- uid: Auth0.ManagementApi.Clients.ITicketsClient + name: ITicketsClient + href: api/Auth0.ManagementApi.Clients.ITicketsClient.html + commentId: T:Auth0.ManagementApi.Clients.ITicketsClient + fullName: Auth0.ManagementApi.Clients.ITicketsClient + nameWithType: ITicketsClient +- uid: Auth0.ManagementApi.Clients.ITicketsClient.CreateEmailVerificationTicketAsync(Auth0.ManagementApi.Models.EmailVerificationTicketRequest,System.Threading.CancellationToken) + name: CreateEmailVerificationTicketAsync(EmailVerificationTicketRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ITicketsClient.html#Auth0_ManagementApi_Clients_ITicketsClient_CreateEmailVerificationTicketAsync_Auth0_ManagementApi_Models_EmailVerificationTicketRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ITicketsClient.CreateEmailVerificationTicketAsync(Auth0.ManagementApi.Models.EmailVerificationTicketRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ITicketsClient.CreateEmailVerificationTicketAsync(Auth0.ManagementApi.Models.EmailVerificationTicketRequest, System.Threading.CancellationToken) + nameWithType: ITicketsClient.CreateEmailVerificationTicketAsync(EmailVerificationTicketRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ITicketsClient.CreateEmailVerificationTicketAsync* + name: CreateEmailVerificationTicketAsync + href: api/Auth0.ManagementApi.Clients.ITicketsClient.html#Auth0_ManagementApi_Clients_ITicketsClient_CreateEmailVerificationTicketAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ITicketsClient.CreateEmailVerificationTicketAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ITicketsClient.CreateEmailVerificationTicketAsync + nameWithType: ITicketsClient.CreateEmailVerificationTicketAsync +- uid: Auth0.ManagementApi.Clients.ITicketsClient.CreatePasswordChangeTicketAsync(Auth0.ManagementApi.Models.PasswordChangeTicketRequest,System.Threading.CancellationToken) + name: CreatePasswordChangeTicketAsync(PasswordChangeTicketRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.ITicketsClient.html#Auth0_ManagementApi_Clients_ITicketsClient_CreatePasswordChangeTicketAsync_Auth0_ManagementApi_Models_PasswordChangeTicketRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.ITicketsClient.CreatePasswordChangeTicketAsync(Auth0.ManagementApi.Models.PasswordChangeTicketRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.ITicketsClient.CreatePasswordChangeTicketAsync(Auth0.ManagementApi.Models.PasswordChangeTicketRequest, System.Threading.CancellationToken) + nameWithType: ITicketsClient.CreatePasswordChangeTicketAsync(PasswordChangeTicketRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.ITicketsClient.CreatePasswordChangeTicketAsync* + name: CreatePasswordChangeTicketAsync + href: api/Auth0.ManagementApi.Clients.ITicketsClient.html#Auth0_ManagementApi_Clients_ITicketsClient_CreatePasswordChangeTicketAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.ITicketsClient.CreatePasswordChangeTicketAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.ITicketsClient.CreatePasswordChangeTicketAsync + nameWithType: ITicketsClient.CreatePasswordChangeTicketAsync +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient + name: IUserBlocksClient + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html + commentId: T:Auth0.ManagementApi.Clients.IUserBlocksClient + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient + nameWithType: IUserBlocksClient +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByIdentifierAsync(System.String,System.Threading.CancellationToken) + name: GetByIdentifierAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_GetByIdentifierAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUserBlocksClient.GetByIdentifierAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByIdentifierAsync(System.String, System.Threading.CancellationToken) + nameWithType: IUserBlocksClient.GetByIdentifierAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByIdentifierAsync* + name: GetByIdentifierAsync + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_GetByIdentifierAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUserBlocksClient.GetByIdentifierAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByIdentifierAsync + nameWithType: IUserBlocksClient.GetByIdentifierAsync +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByUserIdAsync(System.String,System.Threading.CancellationToken) + name: GetByUserIdAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_GetByUserIdAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUserBlocksClient.GetByUserIdAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByUserIdAsync(System.String, System.Threading.CancellationToken) + nameWithType: IUserBlocksClient.GetByUserIdAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByUserIdAsync* + name: GetByUserIdAsync + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_GetByUserIdAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUserBlocksClient.GetByUserIdAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.GetByUserIdAsync + nameWithType: IUserBlocksClient.GetByUserIdAsync +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByIdentifierAsync(System.String,System.Threading.CancellationToken) + name: UnblockByIdentifierAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_UnblockByIdentifierAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByIdentifierAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByIdentifierAsync(System.String, System.Threading.CancellationToken) + nameWithType: IUserBlocksClient.UnblockByIdentifierAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByIdentifierAsync* + name: UnblockByIdentifierAsync + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_UnblockByIdentifierAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByIdentifierAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByIdentifierAsync + nameWithType: IUserBlocksClient.UnblockByIdentifierAsync +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByUserIdAsync(System.String,System.Threading.CancellationToken) + name: UnblockByUserIdAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_UnblockByUserIdAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByUserIdAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByUserIdAsync(System.String, System.Threading.CancellationToken) + nameWithType: IUserBlocksClient.UnblockByUserIdAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByUserIdAsync* + name: UnblockByUserIdAsync + href: api/Auth0.ManagementApi.Clients.IUserBlocksClient.html#Auth0_ManagementApi_Clients_IUserBlocksClient_UnblockByUserIdAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByUserIdAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUserBlocksClient.UnblockByUserIdAsync + nameWithType: IUserBlocksClient.UnblockByUserIdAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient + name: IUsersClient + href: api/Auth0.ManagementApi.Clients.IUsersClient.html + commentId: T:Auth0.ManagementApi.Clients.IUsersClient + fullName: Auth0.ManagementApi.Clients.IUsersClient + nameWithType: IUsersClient +- uid: Auth0.ManagementApi.Clients.IUsersClient.AssignPermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + name: AssignPermissionsAsync(String, AssignPermissionsRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_AssignPermissionsAsync_System_String_Auth0_ManagementApi_Models_AssignPermissionsRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.AssignPermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.AssignPermissionsAsync(System.String, Auth0.ManagementApi.Models.AssignPermissionsRequest, System.Threading.CancellationToken) + nameWithType: IUsersClient.AssignPermissionsAsync(String, AssignPermissionsRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.AssignPermissionsAsync* + name: AssignPermissionsAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_AssignPermissionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.AssignPermissionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.AssignPermissionsAsync + nameWithType: IUsersClient.AssignPermissionsAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.AssignRolesAsync(System.String,Auth0.ManagementApi.Models.AssignRolesRequest,System.Threading.CancellationToken) + name: AssignRolesAsync(String, AssignRolesRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_AssignRolesAsync_System_String_Auth0_ManagementApi_Models_AssignRolesRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.AssignRolesAsync(System.String,Auth0.ManagementApi.Models.AssignRolesRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.AssignRolesAsync(System.String, Auth0.ManagementApi.Models.AssignRolesRequest, System.Threading.CancellationToken) + nameWithType: IUsersClient.AssignRolesAsync(String, AssignRolesRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.AssignRolesAsync* + name: AssignRolesAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_AssignRolesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.AssignRolesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.AssignRolesAsync + nameWithType: IUsersClient.AssignRolesAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.CreateAsync(Auth0.ManagementApi.Models.UserCreateRequest,System.Threading.CancellationToken) + name: CreateAsync(UserCreateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_CreateAsync_Auth0_ManagementApi_Models_UserCreateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.CreateAsync(Auth0.ManagementApi.Models.UserCreateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.CreateAsync(Auth0.ManagementApi.Models.UserCreateRequest, System.Threading.CancellationToken) + nameWithType: IUsersClient.CreateAsync(UserCreateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.CreateAsync* + name: CreateAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_CreateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.CreateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.CreateAsync + nameWithType: IUsersClient.CreateAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.DeleteAsync(System.String) + name: DeleteAsync(String) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_DeleteAsync_System_String_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.DeleteAsync(System.String) + fullName: Auth0.ManagementApi.Clients.IUsersClient.DeleteAsync(System.String) + nameWithType: IUsersClient.DeleteAsync(String) +- uid: Auth0.ManagementApi.Clients.IUsersClient.DeleteAsync* + name: DeleteAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_DeleteAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.DeleteAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.DeleteAsync + nameWithType: IUsersClient.DeleteAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.DeleteMultifactorProviderAsync(System.String,System.String,System.Threading.CancellationToken) + name: DeleteMultifactorProviderAsync(String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_DeleteMultifactorProviderAsync_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.DeleteMultifactorProviderAsync(System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.DeleteMultifactorProviderAsync(System.String, System.String, System.Threading.CancellationToken) + nameWithType: IUsersClient.DeleteMultifactorProviderAsync(String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.DeleteMultifactorProviderAsync* + name: DeleteMultifactorProviderAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_DeleteMultifactorProviderAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.DeleteMultifactorProviderAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.DeleteMultifactorProviderAsync + nameWithType: IUsersClient.DeleteMultifactorProviderAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GenerateRecoveryCodeAsync(System.String,System.Threading.CancellationToken) + name: GenerateRecoveryCodeAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GenerateRecoveryCodeAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GenerateRecoveryCodeAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GenerateRecoveryCodeAsync(System.String, System.Threading.CancellationToken) + nameWithType: IUsersClient.GenerateRecoveryCodeAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GenerateRecoveryCodeAsync* + name: GenerateRecoveryCodeAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GenerateRecoveryCodeAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GenerateRecoveryCodeAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GenerateRecoveryCodeAsync + nameWithType: IUsersClient.GenerateRecoveryCodeAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetAllAsync(Auth0.ManagementApi.Models.GetUsersRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllAsync(GetUsersRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetAllAsync_Auth0_ManagementApi_Models_GetUsersRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetAllAsync(Auth0.ManagementApi.Models.GetUsersRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetAllAsync(Auth0.ManagementApi.Models.GetUsersRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IUsersClient.GetAllAsync(GetUsersRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetAllAsync* + name: GetAllAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetAllAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetAllAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetAllAsync + nameWithType: IUsersClient.GetAllAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetAllOrganizationsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetAllOrganizationsAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetAllOrganizationsAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetAllOrganizationsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetAllOrganizationsAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IUsersClient.GetAllOrganizationsAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetAllOrganizationsAsync* + name: GetAllOrganizationsAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetAllOrganizationsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetAllOrganizationsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetAllOrganizationsAsync + nameWithType: IUsersClient.GetAllOrganizationsAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + name: GetAsync(String, String, Boolean, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetAsync_System_String_System_String_System_Boolean_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetAsync(System.String,System.String,System.Boolean,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetAsync(System.String, System.String, System.Boolean, System.Threading.CancellationToken) + nameWithType: IUsersClient.GetAsync(String, String, Boolean, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetAsync* + name: GetAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetAsync + nameWithType: IUsersClient.GetAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetEnrollmentsAsync(System.String,System.Threading.CancellationToken) + name: GetEnrollmentsAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetEnrollmentsAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetEnrollmentsAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetEnrollmentsAsync(System.String, System.Threading.CancellationToken) + nameWithType: IUsersClient.GetEnrollmentsAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetEnrollmentsAsync* + name: GetEnrollmentsAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetEnrollmentsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetEnrollmentsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetEnrollmentsAsync + nameWithType: IUsersClient.GetEnrollmentsAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetLogsAsync(Auth0.ManagementApi.Models.GetUserLogsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetLogsAsync(GetUserLogsRequest, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetLogsAsync_Auth0_ManagementApi_Models_GetUserLogsRequest_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetLogsAsync(Auth0.ManagementApi.Models.GetUserLogsRequest,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetLogsAsync(Auth0.ManagementApi.Models.GetUserLogsRequest, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IUsersClient.GetLogsAsync(GetUserLogsRequest, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetLogsAsync* + name: GetLogsAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetLogsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetLogsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetLogsAsync + nameWithType: IUsersClient.GetLogsAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetPermissionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetPermissionsAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetPermissionsAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetPermissionsAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetPermissionsAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IUsersClient.GetPermissionsAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetPermissionsAsync* + name: GetPermissionsAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetPermissionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetPermissionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetPermissionsAsync + nameWithType: IUsersClient.GetPermissionsAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetRolesAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + name: GetRolesAsync(String, PaginationInfo, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetRolesAsync_System_String_Auth0_ManagementApi_Paging_PaginationInfo_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetRolesAsync(System.String,Auth0.ManagementApi.Paging.PaginationInfo,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetRolesAsync(System.String, Auth0.ManagementApi.Paging.PaginationInfo, System.Threading.CancellationToken) + nameWithType: IUsersClient.GetRolesAsync(String, PaginationInfo, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetRolesAsync* + name: GetRolesAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetRolesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetRolesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetRolesAsync + nameWithType: IUsersClient.GetRolesAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetUsersByEmailAsync(System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken) + name: GetUsersByEmailAsync(String, String, Nullable, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetUsersByEmailAsync_System_String_System_String_System_Nullable_System_Boolean__System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.GetUsersByEmailAsync(System.String,System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken) + name.vb: GetUsersByEmailAsync(String, String, Nullable(Of Boolean), CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetUsersByEmailAsync(System.String, System.String, System.Nullable, System.Threading.CancellationToken) + fullName.vb: Auth0.ManagementApi.Clients.IUsersClient.GetUsersByEmailAsync(System.String, System.String, System.Nullable(Of System.Boolean), System.Threading.CancellationToken) + nameWithType: IUsersClient.GetUsersByEmailAsync(String, String, Nullable, CancellationToken) + nameWithType.vb: IUsersClient.GetUsersByEmailAsync(String, String, Nullable(Of Boolean), CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.GetUsersByEmailAsync* + name: GetUsersByEmailAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_GetUsersByEmailAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.GetUsersByEmailAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.GetUsersByEmailAsync + nameWithType: IUsersClient.GetUsersByEmailAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.InvalidateRememberBrowserAsync(System.String,System.Threading.CancellationToken) + name: InvalidateRememberBrowserAsync(String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_InvalidateRememberBrowserAsync_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.InvalidateRememberBrowserAsync(System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.InvalidateRememberBrowserAsync(System.String, System.Threading.CancellationToken) + nameWithType: IUsersClient.InvalidateRememberBrowserAsync(String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.InvalidateRememberBrowserAsync* + name: InvalidateRememberBrowserAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_InvalidateRememberBrowserAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.InvalidateRememberBrowserAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.InvalidateRememberBrowserAsync + nameWithType: IUsersClient.InvalidateRememberBrowserAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync(System.String,Auth0.ManagementApi.Models.UserAccountLinkRequest,System.Threading.CancellationToken) + name: LinkAccountAsync(String, UserAccountLinkRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_LinkAccountAsync_System_String_Auth0_ManagementApi_Models_UserAccountLinkRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync(System.String,Auth0.ManagementApi.Models.UserAccountLinkRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync(System.String, Auth0.ManagementApi.Models.UserAccountLinkRequest, System.Threading.CancellationToken) + nameWithType: IUsersClient.LinkAccountAsync(String, UserAccountLinkRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync(System.String,System.String,System.String,System.Threading.CancellationToken) + name: LinkAccountAsync(String, String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_LinkAccountAsync_System_String_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync(System.String,System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync(System.String, System.String, System.String, System.Threading.CancellationToken) + nameWithType: IUsersClient.LinkAccountAsync(String, String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync* + name: LinkAccountAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_LinkAccountAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.LinkAccountAsync + nameWithType: IUsersClient.LinkAccountAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.RemovePermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + name: RemovePermissionsAsync(String, AssignPermissionsRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_RemovePermissionsAsync_System_String_Auth0_ManagementApi_Models_AssignPermissionsRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.RemovePermissionsAsync(System.String,Auth0.ManagementApi.Models.AssignPermissionsRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.RemovePermissionsAsync(System.String, Auth0.ManagementApi.Models.AssignPermissionsRequest, System.Threading.CancellationToken) + nameWithType: IUsersClient.RemovePermissionsAsync(String, AssignPermissionsRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.RemovePermissionsAsync* + name: RemovePermissionsAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_RemovePermissionsAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.RemovePermissionsAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.RemovePermissionsAsync + nameWithType: IUsersClient.RemovePermissionsAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.RemoveRolesAsync(System.String,Auth0.ManagementApi.Models.AssignRolesRequest,System.Threading.CancellationToken) + name: RemoveRolesAsync(String, AssignRolesRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_RemoveRolesAsync_System_String_Auth0_ManagementApi_Models_AssignRolesRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.RemoveRolesAsync(System.String,Auth0.ManagementApi.Models.AssignRolesRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.RemoveRolesAsync(System.String, Auth0.ManagementApi.Models.AssignRolesRequest, System.Threading.CancellationToken) + nameWithType: IUsersClient.RemoveRolesAsync(String, AssignRolesRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.RemoveRolesAsync* + name: RemoveRolesAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_RemoveRolesAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.RemoveRolesAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.RemoveRolesAsync + nameWithType: IUsersClient.RemoveRolesAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.UnlinkAccountAsync(System.String,System.String,System.String,System.Threading.CancellationToken) + name: UnlinkAccountAsync(String, String, String, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_UnlinkAccountAsync_System_String_System_String_System_String_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.UnlinkAccountAsync(System.String,System.String,System.String,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.UnlinkAccountAsync(System.String, System.String, System.String, System.Threading.CancellationToken) + nameWithType: IUsersClient.UnlinkAccountAsync(String, String, String, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.UnlinkAccountAsync* + name: UnlinkAccountAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_UnlinkAccountAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.UnlinkAccountAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.UnlinkAccountAsync + nameWithType: IUsersClient.UnlinkAccountAsync +- uid: Auth0.ManagementApi.Clients.IUsersClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.UserUpdateRequest,System.Threading.CancellationToken) + name: UpdateAsync(String, UserUpdateRequest, CancellationToken) + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_UpdateAsync_System_String_Auth0_ManagementApi_Models_UserUpdateRequest_System_Threading_CancellationToken_ + commentId: M:Auth0.ManagementApi.Clients.IUsersClient.UpdateAsync(System.String,Auth0.ManagementApi.Models.UserUpdateRequest,System.Threading.CancellationToken) + fullName: Auth0.ManagementApi.Clients.IUsersClient.UpdateAsync(System.String, Auth0.ManagementApi.Models.UserUpdateRequest, System.Threading.CancellationToken) + nameWithType: IUsersClient.UpdateAsync(String, UserUpdateRequest, CancellationToken) +- uid: Auth0.ManagementApi.Clients.IUsersClient.UpdateAsync* + name: UpdateAsync + href: api/Auth0.ManagementApi.Clients.IUsersClient.html#Auth0_ManagementApi_Clients_IUsersClient_UpdateAsync_ + commentId: Overload:Auth0.ManagementApi.Clients.IUsersClient.UpdateAsync + isSpec: "True" + fullName: Auth0.ManagementApi.Clients.IUsersClient.UpdateAsync + nameWithType: IUsersClient.UpdateAsync - uid: Auth0.ManagementApi.Clients.JobsClient name: JobsClient href: api/Auth0.ManagementApi.Clients.JobsClient.html @@ -6341,6 +8702,389 @@ references: isSpec: "True" fullName: Auth0.ManagementApi.HttpClientManagementConnectionOptions.NumberOfHttpRetries nameWithType: HttpClientManagementConnectionOptions.NumberOfHttpRetries +- uid: Auth0.ManagementApi.IManagementApiClient + name: IManagementApiClient + href: api/Auth0.ManagementApi.IManagementApiClient.html + commentId: T:Auth0.ManagementApi.IManagementApiClient + fullName: Auth0.ManagementApi.IManagementApiClient + nameWithType: IManagementApiClient +- uid: Auth0.ManagementApi.IManagementApiClient.Actions + name: Actions + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Actions + commentId: P:Auth0.ManagementApi.IManagementApiClient.Actions + fullName: Auth0.ManagementApi.IManagementApiClient.Actions + nameWithType: IManagementApiClient.Actions +- uid: Auth0.ManagementApi.IManagementApiClient.Actions* + name: Actions + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Actions_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Actions + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Actions + nameWithType: IManagementApiClient.Actions +- uid: Auth0.ManagementApi.IManagementApiClient.AttackProtection + name: AttackProtection + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_AttackProtection + commentId: P:Auth0.ManagementApi.IManagementApiClient.AttackProtection + fullName: Auth0.ManagementApi.IManagementApiClient.AttackProtection + nameWithType: IManagementApiClient.AttackProtection +- uid: Auth0.ManagementApi.IManagementApiClient.AttackProtection* + name: AttackProtection + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_AttackProtection_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.AttackProtection + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.AttackProtection + nameWithType: IManagementApiClient.AttackProtection +- uid: Auth0.ManagementApi.IManagementApiClient.BlacklistedTokens + name: BlacklistedTokens + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_BlacklistedTokens + commentId: P:Auth0.ManagementApi.IManagementApiClient.BlacklistedTokens + fullName: Auth0.ManagementApi.IManagementApiClient.BlacklistedTokens + nameWithType: IManagementApiClient.BlacklistedTokens +- uid: Auth0.ManagementApi.IManagementApiClient.BlacklistedTokens* + name: BlacklistedTokens + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_BlacklistedTokens_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.BlacklistedTokens + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.BlacklistedTokens + nameWithType: IManagementApiClient.BlacklistedTokens +- uid: Auth0.ManagementApi.IManagementApiClient.Branding + name: Branding + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Branding + commentId: P:Auth0.ManagementApi.IManagementApiClient.Branding + fullName: Auth0.ManagementApi.IManagementApiClient.Branding + nameWithType: IManagementApiClient.Branding +- uid: Auth0.ManagementApi.IManagementApiClient.Branding* + name: Branding + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Branding_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Branding + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Branding + nameWithType: IManagementApiClient.Branding +- uid: Auth0.ManagementApi.IManagementApiClient.ClientGrants + name: ClientGrants + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_ClientGrants + commentId: P:Auth0.ManagementApi.IManagementApiClient.ClientGrants + fullName: Auth0.ManagementApi.IManagementApiClient.ClientGrants + nameWithType: IManagementApiClient.ClientGrants +- uid: Auth0.ManagementApi.IManagementApiClient.ClientGrants* + name: ClientGrants + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_ClientGrants_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.ClientGrants + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.ClientGrants + nameWithType: IManagementApiClient.ClientGrants +- uid: Auth0.ManagementApi.IManagementApiClient.Clients + name: Clients + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Clients + commentId: P:Auth0.ManagementApi.IManagementApiClient.Clients + fullName: Auth0.ManagementApi.IManagementApiClient.Clients + nameWithType: IManagementApiClient.Clients +- uid: Auth0.ManagementApi.IManagementApiClient.Clients* + name: Clients + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Clients_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Clients + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Clients + nameWithType: IManagementApiClient.Clients +- uid: Auth0.ManagementApi.IManagementApiClient.Connections + name: Connections + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Connections + commentId: P:Auth0.ManagementApi.IManagementApiClient.Connections + fullName: Auth0.ManagementApi.IManagementApiClient.Connections + nameWithType: IManagementApiClient.Connections +- uid: Auth0.ManagementApi.IManagementApiClient.Connections* + name: Connections + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Connections_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Connections + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Connections + nameWithType: IManagementApiClient.Connections +- uid: Auth0.ManagementApi.IManagementApiClient.CustomDomains + name: CustomDomains + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_CustomDomains + commentId: P:Auth0.ManagementApi.IManagementApiClient.CustomDomains + fullName: Auth0.ManagementApi.IManagementApiClient.CustomDomains + nameWithType: IManagementApiClient.CustomDomains +- uid: Auth0.ManagementApi.IManagementApiClient.CustomDomains* + name: CustomDomains + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_CustomDomains_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.CustomDomains + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.CustomDomains + nameWithType: IManagementApiClient.CustomDomains +- uid: Auth0.ManagementApi.IManagementApiClient.DeviceCredentials + name: DeviceCredentials + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_DeviceCredentials + commentId: P:Auth0.ManagementApi.IManagementApiClient.DeviceCredentials + fullName: Auth0.ManagementApi.IManagementApiClient.DeviceCredentials + nameWithType: IManagementApiClient.DeviceCredentials +- uid: Auth0.ManagementApi.IManagementApiClient.DeviceCredentials* + name: DeviceCredentials + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_DeviceCredentials_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.DeviceCredentials + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.DeviceCredentials + nameWithType: IManagementApiClient.DeviceCredentials +- uid: Auth0.ManagementApi.IManagementApiClient.EmailProvider + name: EmailProvider + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_EmailProvider + commentId: P:Auth0.ManagementApi.IManagementApiClient.EmailProvider + fullName: Auth0.ManagementApi.IManagementApiClient.EmailProvider + nameWithType: IManagementApiClient.EmailProvider +- uid: Auth0.ManagementApi.IManagementApiClient.EmailProvider* + name: EmailProvider + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_EmailProvider_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.EmailProvider + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.EmailProvider + nameWithType: IManagementApiClient.EmailProvider +- uid: Auth0.ManagementApi.IManagementApiClient.EmailTemplates + name: EmailTemplates + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_EmailTemplates + commentId: P:Auth0.ManagementApi.IManagementApiClient.EmailTemplates + fullName: Auth0.ManagementApi.IManagementApiClient.EmailTemplates + nameWithType: IManagementApiClient.EmailTemplates +- uid: Auth0.ManagementApi.IManagementApiClient.EmailTemplates* + name: EmailTemplates + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_EmailTemplates_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.EmailTemplates + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.EmailTemplates + nameWithType: IManagementApiClient.EmailTemplates +- uid: Auth0.ManagementApi.IManagementApiClient.Guardian + name: Guardian + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Guardian + commentId: P:Auth0.ManagementApi.IManagementApiClient.Guardian + fullName: Auth0.ManagementApi.IManagementApiClient.Guardian + nameWithType: IManagementApiClient.Guardian +- uid: Auth0.ManagementApi.IManagementApiClient.Guardian* + name: Guardian + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Guardian_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Guardian + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Guardian + nameWithType: IManagementApiClient.Guardian +- uid: Auth0.ManagementApi.IManagementApiClient.Hooks + name: Hooks + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Hooks + commentId: P:Auth0.ManagementApi.IManagementApiClient.Hooks + fullName: Auth0.ManagementApi.IManagementApiClient.Hooks + nameWithType: IManagementApiClient.Hooks +- uid: Auth0.ManagementApi.IManagementApiClient.Hooks* + name: Hooks + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Hooks_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Hooks + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Hooks + nameWithType: IManagementApiClient.Hooks +- uid: Auth0.ManagementApi.IManagementApiClient.Jobs + name: Jobs + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Jobs + commentId: P:Auth0.ManagementApi.IManagementApiClient.Jobs + fullName: Auth0.ManagementApi.IManagementApiClient.Jobs + nameWithType: IManagementApiClient.Jobs +- uid: Auth0.ManagementApi.IManagementApiClient.Jobs* + name: Jobs + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Jobs_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Jobs + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Jobs + nameWithType: IManagementApiClient.Jobs +- uid: Auth0.ManagementApi.IManagementApiClient.Keys + name: Keys + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Keys + commentId: P:Auth0.ManagementApi.IManagementApiClient.Keys + fullName: Auth0.ManagementApi.IManagementApiClient.Keys + nameWithType: IManagementApiClient.Keys +- uid: Auth0.ManagementApi.IManagementApiClient.Keys* + name: Keys + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Keys_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Keys + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Keys + nameWithType: IManagementApiClient.Keys +- uid: Auth0.ManagementApi.IManagementApiClient.Logs + name: Logs + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Logs + commentId: P:Auth0.ManagementApi.IManagementApiClient.Logs + fullName: Auth0.ManagementApi.IManagementApiClient.Logs + nameWithType: IManagementApiClient.Logs +- uid: Auth0.ManagementApi.IManagementApiClient.Logs* + name: Logs + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Logs_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Logs + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Logs + nameWithType: IManagementApiClient.Logs +- uid: Auth0.ManagementApi.IManagementApiClient.LogStreams + name: LogStreams + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_LogStreams + commentId: P:Auth0.ManagementApi.IManagementApiClient.LogStreams + fullName: Auth0.ManagementApi.IManagementApiClient.LogStreams + nameWithType: IManagementApiClient.LogStreams +- uid: Auth0.ManagementApi.IManagementApiClient.LogStreams* + name: LogStreams + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_LogStreams_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.LogStreams + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.LogStreams + nameWithType: IManagementApiClient.LogStreams +- uid: Auth0.ManagementApi.IManagementApiClient.Organizations + name: Organizations + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Organizations + commentId: P:Auth0.ManagementApi.IManagementApiClient.Organizations + fullName: Auth0.ManagementApi.IManagementApiClient.Organizations + nameWithType: IManagementApiClient.Organizations +- uid: Auth0.ManagementApi.IManagementApiClient.Organizations* + name: Organizations + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Organizations_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Organizations + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Organizations + nameWithType: IManagementApiClient.Organizations +- uid: Auth0.ManagementApi.IManagementApiClient.Prompts + name: Prompts + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Prompts + commentId: P:Auth0.ManagementApi.IManagementApiClient.Prompts + fullName: Auth0.ManagementApi.IManagementApiClient.Prompts + nameWithType: IManagementApiClient.Prompts +- uid: Auth0.ManagementApi.IManagementApiClient.Prompts* + name: Prompts + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Prompts_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Prompts + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Prompts + nameWithType: IManagementApiClient.Prompts +- uid: Auth0.ManagementApi.IManagementApiClient.ResourceServers + name: ResourceServers + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_ResourceServers + commentId: P:Auth0.ManagementApi.IManagementApiClient.ResourceServers + fullName: Auth0.ManagementApi.IManagementApiClient.ResourceServers + nameWithType: IManagementApiClient.ResourceServers +- uid: Auth0.ManagementApi.IManagementApiClient.ResourceServers* + name: ResourceServers + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_ResourceServers_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.ResourceServers + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.ResourceServers + nameWithType: IManagementApiClient.ResourceServers +- uid: Auth0.ManagementApi.IManagementApiClient.Roles + name: Roles + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Roles + commentId: P:Auth0.ManagementApi.IManagementApiClient.Roles + fullName: Auth0.ManagementApi.IManagementApiClient.Roles + nameWithType: IManagementApiClient.Roles +- uid: Auth0.ManagementApi.IManagementApiClient.Roles* + name: Roles + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Roles_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Roles + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Roles + nameWithType: IManagementApiClient.Roles +- uid: Auth0.ManagementApi.IManagementApiClient.Rules + name: Rules + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Rules + commentId: P:Auth0.ManagementApi.IManagementApiClient.Rules + fullName: Auth0.ManagementApi.IManagementApiClient.Rules + nameWithType: IManagementApiClient.Rules +- uid: Auth0.ManagementApi.IManagementApiClient.Rules* + name: Rules + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Rules_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Rules + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Rules + nameWithType: IManagementApiClient.Rules +- uid: Auth0.ManagementApi.IManagementApiClient.RulesConfig + name: RulesConfig + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_RulesConfig + commentId: P:Auth0.ManagementApi.IManagementApiClient.RulesConfig + fullName: Auth0.ManagementApi.IManagementApiClient.RulesConfig + nameWithType: IManagementApiClient.RulesConfig +- uid: Auth0.ManagementApi.IManagementApiClient.RulesConfig* + name: RulesConfig + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_RulesConfig_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.RulesConfig + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.RulesConfig + nameWithType: IManagementApiClient.RulesConfig +- uid: Auth0.ManagementApi.IManagementApiClient.Stats + name: Stats + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Stats + commentId: P:Auth0.ManagementApi.IManagementApiClient.Stats + fullName: Auth0.ManagementApi.IManagementApiClient.Stats + nameWithType: IManagementApiClient.Stats +- uid: Auth0.ManagementApi.IManagementApiClient.Stats* + name: Stats + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Stats_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Stats + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Stats + nameWithType: IManagementApiClient.Stats +- uid: Auth0.ManagementApi.IManagementApiClient.TenantSettings + name: TenantSettings + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_TenantSettings + commentId: P:Auth0.ManagementApi.IManagementApiClient.TenantSettings + fullName: Auth0.ManagementApi.IManagementApiClient.TenantSettings + nameWithType: IManagementApiClient.TenantSettings +- uid: Auth0.ManagementApi.IManagementApiClient.TenantSettings* + name: TenantSettings + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_TenantSettings_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.TenantSettings + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.TenantSettings + nameWithType: IManagementApiClient.TenantSettings +- uid: Auth0.ManagementApi.IManagementApiClient.Tickets + name: Tickets + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Tickets + commentId: P:Auth0.ManagementApi.IManagementApiClient.Tickets + fullName: Auth0.ManagementApi.IManagementApiClient.Tickets + nameWithType: IManagementApiClient.Tickets +- uid: Auth0.ManagementApi.IManagementApiClient.Tickets* + name: Tickets + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Tickets_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Tickets + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Tickets + nameWithType: IManagementApiClient.Tickets +- uid: Auth0.ManagementApi.IManagementApiClient.UpdateAccessToken(System.String) + name: UpdateAccessToken(String) + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_UpdateAccessToken_System_String_ + commentId: M:Auth0.ManagementApi.IManagementApiClient.UpdateAccessToken(System.String) + fullName: Auth0.ManagementApi.IManagementApiClient.UpdateAccessToken(System.String) + nameWithType: IManagementApiClient.UpdateAccessToken(String) +- uid: Auth0.ManagementApi.IManagementApiClient.UpdateAccessToken* + name: UpdateAccessToken + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_UpdateAccessToken_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.UpdateAccessToken + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.UpdateAccessToken + nameWithType: IManagementApiClient.UpdateAccessToken +- uid: Auth0.ManagementApi.IManagementApiClient.UserBlocks + name: UserBlocks + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_UserBlocks + commentId: P:Auth0.ManagementApi.IManagementApiClient.UserBlocks + fullName: Auth0.ManagementApi.IManagementApiClient.UserBlocks + nameWithType: IManagementApiClient.UserBlocks +- uid: Auth0.ManagementApi.IManagementApiClient.UserBlocks* + name: UserBlocks + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_UserBlocks_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.UserBlocks + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.UserBlocks + nameWithType: IManagementApiClient.UserBlocks +- uid: Auth0.ManagementApi.IManagementApiClient.Users + name: Users + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Users + commentId: P:Auth0.ManagementApi.IManagementApiClient.Users + fullName: Auth0.ManagementApi.IManagementApiClient.Users + nameWithType: IManagementApiClient.Users +- uid: Auth0.ManagementApi.IManagementApiClient.Users* + name: Users + href: api/Auth0.ManagementApi.IManagementApiClient.html#Auth0_ManagementApi_IManagementApiClient_Users_ + commentId: Overload:Auth0.ManagementApi.IManagementApiClient.Users + isSpec: "True" + fullName: Auth0.ManagementApi.IManagementApiClient.Users + nameWithType: IManagementApiClient.Users - uid: Auth0.ManagementApi.IManagementConnection name: IManagementConnection href: api/Auth0.ManagementApi.IManagementConnection.html @@ -9480,19 +12224,6 @@ references: commentId: T:Auth0.ManagementApi.Models.Connection fullName: Auth0.ManagementApi.Models.Connection nameWithType: Connection -- uid: Auth0.ManagementApi.Models.Connection.DisplayName - name: DisplayName - href: api/Auth0.ManagementApi.Models.Connection.html#Auth0_ManagementApi_Models_Connection_DisplayName - commentId: P:Auth0.ManagementApi.Models.Connection.DisplayName - fullName: Auth0.ManagementApi.Models.Connection.DisplayName - nameWithType: Connection.DisplayName -- uid: Auth0.ManagementApi.Models.Connection.DisplayName* - name: DisplayName - href: api/Auth0.ManagementApi.Models.Connection.html#Auth0_ManagementApi_Models_Connection_DisplayName_ - commentId: Overload:Auth0.ManagementApi.Models.Connection.DisplayName - isSpec: "True" - fullName: Auth0.ManagementApi.Models.Connection.DisplayName - nameWithType: Connection.DisplayName - uid: Auth0.ManagementApi.Models.Connection.Id name: Id href: api/Auth0.ManagementApi.Models.Connection.html#Auth0_ManagementApi_Models_Connection_Id diff --git a/package-lock.json b/package-lock.json index 340190655..17eed7f48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0.net", - "version": "7.16.1", + "version": "7.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 020aa6db9..6001e4e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0.net", - "version": "7.16.1", + "version": "7.17.0", "description": ".NET client library for Auth0", "scripts": { "release": "node ./scripts/release",