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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IActionsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IActionsClient
+
+ Methods
+
+
+ CreateAsync(CreateActionRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<Action> CreateAsync(CreateActionRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ CreateActionRequest
+ request
+ Specifies criteria to use when creating an action.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Action >
+ The new Action that has been created.
+
+
+
+
+
+
+
+ DeleteAsync(String, DeleteActionRequest, CancellationToken)
+ Deletes an action and all of its associated versions.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, DeleteActionRequest request = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the action to delete.
+
+
+
+ DeleteActionRequest
+ request
+ Specifies criteria to use when deleting an action.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+
+ DeployAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task<ActionVersion> DeployAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the action to deploy.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <ActionVersion >
+ The action version that was created.
+
+
+
+
+
+
+
+
+
+
+ Declaration
+
+
Task<IPagedList<Action>> GetAllAsync(GetActionsRequest request, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetActionsRequest
+ request
+ Specifies criteria to use when querying actions.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieve the actions that are bound to a trigger.
+
+
+ Declaration
+
+
Task<IPagedList<TriggerBinding>> GetAllTriggerBindingsAsync(string triggerId, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ triggerId
+ An actions extensibility point.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <TriggerBinding >>
+ The retrieved trigger bindings.
+
+
+
+
+
+
+
+ GetAllTriggersAsync(CancellationToken)
+ Retrieve the set of triggers currently available within actions. A trigger is an extensibility point to which actions can be bound
+
+
+ Declaration
+
+
Task<IList<Trigger>> GetAllTriggersAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <Trigger >>
+ A list containing the triggers.
+
+
+
+
+
+
+ Retrieve all versions of an action.
+
+
+ Declaration
+
+
Task<IPagedList<ActionVersion>> GetAllVersionsAsync(string actionId, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ actionId
+ The ID of the action.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <ActionVersion >>
+ The retrieved versions of the specified action.
+
+
+
+
+
+
+
+ GetAsync(String, CancellationToken)
+ Retrieve an action by its ID.
+
+
+ Declaration
+
+
Task<Action> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the action to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Action >
+ The retrieved action.
+
+
+
+
+
+ GetExecutionAsync(String, CancellationToken)
+ Retrieve information about a specific execution of a trigger.
+
+
+ Declaration
+
+
Task<ActionExecution> GetExecutionAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the execution to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <ActionExecution >
+ The retrieved execution.
+
+
+
+
+
+
+
+ GetVersionAsync(String, String, CancellationToken)
+ Retrieve a specific version of an action.
+
+
+ Declaration
+
+
Task<ActionVersion> GetVersionAsync(string actionId, string versionId, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ actionId
+ The ID of the action.
+
+
+
+ System.String
+ versionId
+ The ID of the action version.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <ActionVersion >
+ The retrieved version of the specified action.
+
+
+
+
+
+
+
+ RollbackToVersionAsync(String, String, CancellationToken)
+ Performs the equivalent of a roll-back of an action to an earlier, specified version.
+
+
+ Declaration
+
+
Task<ActionVersion> RollbackToVersionAsync(string actionId, string versionId, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ actionId
+ The ID of the action.
+
+
+
+ System.String
+ versionId
+ The ID of the version to deploy.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <ActionVersion >
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+
+ UpdateAsync(String, UpdateActionRequest, CancellationToken)
+ Update an existing action.
+
+
+ Declaration
+
+
Task<Action> UpdateAsync(string id, UpdateActionRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the action to update.
+
+
+
+ UpdateActionRequest
+ request
+ Specifies criteria to use when updating an action.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Action >
+ The that was updated.
+
+
+
+
+
+
+
+ UpdateTriggerBindingsAsync(String, UpdateTriggerBindingsRequest, CancellationToken)
+ Update the actions that are bound (i.e. attached) to a trigger.
+Once an action is created and deployed, it must be attached(i.e.bound) to a trigger so that it will be executed as part of a flow.
+The order in which the actions are provided will determine the order in which they are executed.
+
+
+ Declaration
+
+
Task<IList<TriggerBinding>> UpdateTriggerBindingsAsync(string triggerId, UpdateTriggerBindingsRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ triggerId
+ An actions extensibility point.
+
+
+
+ UpdateTriggerBindingsRequest
+ request
+ Specifies criteria to use when updating the trigger bindings.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <TriggerBinding >>
+ The trigger bindings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IAttackProtectionClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IAttackProtectionClient
+
+ Methods
+
+
+ GetBreachedPasswordDetectionAsync(CancellationToken)
+ Get breached password detection settings.
+
+
+ Declaration
+
+
Task<BreachedPasswordDetection> GetBreachedPasswordDetectionAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetBruteForceProtectionAsync(CancellationToken)
+ Get the brute force configuration.
+
+
+ Declaration
+
+
Task<BruteForceProtection> GetBruteForceProtectionAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetSuspiciousIpThrottlingAsync(CancellationToken)
+ Get the suspicious IP throttling configuration.
+
+
+ Declaration
+
+
Task<SuspiciousIpThrottling> GetSuspiciousIpThrottlingAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateBreachedPasswordDetectionAsync(BreachedPasswordDetection, CancellationToken)
+ Update breached password detection settings.
+
+
+ Declaration
+
+
Task<BreachedPasswordDetection> UpdateBreachedPasswordDetectionAsync(BreachedPasswordDetection request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ BreachedPasswordDetection
+ request
+ Specifies criteria to use when updating the configuration.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateBruteForceProtectionAsync(BruteForceProtection, CancellationToken)
+ Update the brute force configuration.
+
+
+ Declaration
+
+
Task<BruteForceProtection> UpdateBruteForceProtectionAsync(BruteForceProtection request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ BruteForceProtection
+ request
+ Specifies criteria to use when updating the configuration.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateSuspiciousIpThrottlingAsync(SuspiciousIpThrottling, CancellationToken)
+ Update the suspicious IP throttling configuration.
+
+
+ Declaration
+
+
Task<SuspiciousIpThrottling> UpdateSuspiciousIpThrottlingAsync(SuspiciousIpThrottling request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ SuspiciousIpThrottling
+ request
+ Specifies criteria to use when updating the configuration.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IBlacklistedTokensClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IBlacklistedTokensClient
+
+ Methods
+
+
+ CreateAsync(BlacklistedTokenCreateRequest, CancellationToken)
+ Blacklists a JWT token.
+
+
+ Declaration
+
+
Task CreateAsync(BlacklistedTokenCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous create operation.
+
+
+
+
+
+ GetAllAsync(String, CancellationToken)
+ Gets all the blacklisted claims.
+
+
+ Declaration
+
+
Task<IList<BlacklistedToken>> GetAllAsync(string aud, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ aud
+ The JWT's aud claim. The client_id of the client for which it was issued.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <BlacklistedToken >>
+ A list of BlacklistedToken objects.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IBrandingClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IBrandingClient
+
+ Methods
+
+
+ DeleteUniversalLoginTemplateAsync(CancellationToken)
+ Delete the template for the New Universal Login Experience
+
+
+ Declaration
+
+
Task DeleteUniversalLoginTemplateAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ GetAsync(CancellationToken)
+ Retrieves branding settings for a tenant.
+
+
+ Declaration
+
+
Task<Branding> GetAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Branding >
+ A Branding containing the branding for the tenant.
+
+
+
+
+
+ GetUniversalLoginTemplateAsync(CancellationToken)
+ Retrieves the template for the New Universal Login Experience.
+
+
+ Declaration
+
+
Task<UniversalLoginTemplate> GetUniversalLoginTemplateAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ SetUniversalLoginTemplateAsync(UniversalLoginTemplateUpdateRequest, CancellationToken)
+ Sets the template for the New Universal Login Experience.
+
+
+ Declaration
+
+
Task<UniversalLoginTemplate> SetUniversalLoginTemplateAsync(UniversalLoginTemplateUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+ Returns
+
+
+ UpdateAsync(BrandingUpdateRequest, CancellationToken)
+ s
+Updates the branding for a tenant.
+
+
+ Declaration
+
+
Task<Branding> UpdateAsync(BrandingUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ BrandingUpdateRequest
+ request
+ A BrandingUpdateRequest containing the branding information to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Branding >
+ The newly updated Branding .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IClientGrantsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IClientGrantsClient
+
+ Methods
+
+
+ CreateAsync(ClientGrantCreateRequest, CancellationToken)
+ Creates a new client grant.
+
+
+ Declaration
+
+
Task<ClientGrant> CreateAsync(ClientGrantCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ ClientGrantCreateRequest
+ request
+ The ClientGrantCreateRequest containing the properties of the Client Grant.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <ClientGrant >
+ The new ClientGrant that has been created.
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes a client grant.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The identifier of the Client Grant to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Gets a list of all the client grants.
+
+
+ Declaration
+
+
Task<IPagedList<ClientGrant>> GetAllAsync(GetClientGrantsRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetClientGrantsRequest
+ request
+ Specifies criteria to use when querying client grants.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies PaginationInfo to use in requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateAsync(String, ClientGrantUpdateRequest, CancellationToken)
+ Updates a client grant.
+
+
+ Declaration
+
+
Task<ClientGrant> UpdateAsync(string id, ClientGrantUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The identifier of the client grant to update.
+
+
+
+ ClientGrantUpdateRequest
+ request
+ The ClientGrantUpdateRequest containing the properties to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <ClientGrant >
+ The ClientGrant that has been updated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IClientsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IClientsClient
+
+ Methods
+
+
+ CreateAsync(ClientCreateRequest, CancellationToken)
+ Creates a new client application.
+
+
+ Declaration
+
+
Task<Client> CreateAsync(ClientCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ ClientCreateRequest
+ request
+ The ClientCreateRequest containing the properties of the new client.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Client >
+ The new Client that has been created.
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes a client and all its related assets (like rules, connections, etc) given its id.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the client to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Retrieves a list of all client applications.
+
+
+ Declaration
+
+
Task<IPagedList<Client>> GetAllAsync(GetClientsRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetClientsRequest
+ request
+ Specifies criteria to use when querying clients.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(String, String, Boolean, CancellationToken)
+ Retrieves a client by its id.
+
+
+ Declaration
+
+
Task<Client> GetAsync(string id, string fields = null, bool includeFields = true, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the client to retrieve.
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include or exclude (depending on includeFields) from the
+result, empty to retrieve all fields.
+
+
+
+ System.Boolean
+ includeFields
+ true if the fields specified are to be included in the result, false otherwise (defaults to
+true)
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Client >
+ The Client retrieved.
+
+
+
+
+
+ RotateClientSecret(String, CancellationToken)
+ Rotate a client secret. The generated secret is NOT base64 encoded.
+
+
+ Declaration
+
+
Task<Client> RotateClientSecret(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the client which secret needs to be rotated.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Client >
+ The Client that has had its secret rotated.
+
+
+
+
+
+ UpdateAsync(String, ClientUpdateRequest, CancellationToken)
+ Updates a client application.
+
+
+ Declaration
+
+
Task<Client> UpdateAsync(string id, ClientUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the client you want to update.
+
+
+
+ ClientUpdateRequest
+ request
+ The ClientUpdateRequest containing the properties of the client you want to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Client >
+ The Client that was updated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IConnectionsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IConnectionsClient
+
+ Methods
+
+
+ CreateAsync(ConnectionCreateRequest, CancellationToken)
+ Creates a new connection according to the request.
+
+
+ Declaration
+
+
Task<Connection> CreateAsync(ConnectionCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ ConnectionCreateRequest
+ request
+ The request containing the properties for the new connection.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Connection >
+ A Connection containing the newly created Connection.
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes a connection and all its users.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the connection to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ DeleteUserAsync(String, String, CancellationToken)
+ Deletes a specified connection user by its email
.
+
+
+ Declaration
+
+
Task DeleteUserAsync(string id, string email, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The identifier of the connection.
+
+
+
+ System.String
+ email
+ The email of the user to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+
+
+ Retrieves every connection matching the specified strategy. All connections are retrieved if no strategy is being specified. Accepts a list of fields to include or exclude in the resulting list of connection objects.
+
+
+ Declaration
+
+
Task<IPagedList<Connection>> GetAllAsync(GetConnectionsRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetConnectionsRequest
+ request
+ Specifies criteria to use when querying connections.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(String, String, Boolean, CancellationToken)
+ Retrieves a connection by its id
.
+
+
+ Declaration
+
+
Task<Connection> GetAsync(string id, string fields = null, bool includeFields = true, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the connection to retrieve.
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields.
+
+
+
+ System.Boolean
+ includeFields
+ True if the fields specified are to be included in the result, false otherwise (defaults to true).
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Connection >
+ The Connection .
+
+
+
+
+
+ UpdateAsync(String, ConnectionUpdateRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<Connection> UpdateAsync(string id, ConnectionUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the connection to update.
+
+
+
+ ConnectionUpdateRequest
+ request
+ The ConnectionUpdateRequest containing the properties of the connection you wish to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Connection >
+ The Connection that has been updated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface ICustomDomainsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface ICustomDomainsClient
+
+ Methods
+
+
+ CreateAsync(CustomDomainCreateRequest, CancellationToken)
+ Creates a new custom domain and returns it.
+
+
+ Declaration
+
+
Task<CustomDomain> CreateAsync(CustomDomainCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ CustomDomainCreateRequest
+ request
+ A CustomDomainCreateRequest representing the new domain.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <CustomDomain >
+ The CustomDomain containing the newly created custom domain.
+
+
+
+
+ Remarks
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes a custom domain by its ID.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the domain to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asyncronous delete operation.
+
+
+
+
+ Remarks
+
+
+ GetAllAsync(CancellationToken)
+ Retrieves the status of every custom domain.
+
+
+ Declaration
+
+
Task<IList<CustomDomain>> GetAllAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <CustomDomain >>
+ A System.Collections.Generic.IList<T> containing the details of every custom domain.
+
+
+
+
+
+ GetAsync(String, CancellationToken)
+ Retrieves a custom domain status by its ID
+
+
+ Declaration
+
+
Task<CustomDomain> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the domain to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <CustomDomain >
+ The CustomDomain that was requested.
+
+
+
+
+
+ VerifyAsync(String, CancellationToken)
+ Run the verification process for the custom domain.
+
+
+ Declaration
+
+
Task<CustomDomainVerificationResponse> VerifyAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the domain to verify.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IDeviceCredentialsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IDeviceCredentialsClient
+
+ Methods
+
+
+ CreateAsync(DeviceCredentialCreateRequest, CancellationToken)
+ Creates a new device credential.
+
+
+ Declaration
+
+
Task<DeviceCredential> CreateAsync(DeviceCredentialCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ DeviceCredentialCreateRequest
+ request
+ The request containing the details of the device credential to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes a device credential.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the device credential to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Gets a list of all the device credentials.
+
+
+ Declaration
+
+
Task<IPagedList<DeviceCredential>> GetAllAsync(GetDeviceCredentialsRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetDeviceCredentialsRequest
+ request
+ Specifies criteria to use when querying device credentials.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies PaginationInfo to use in requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAllAsync(String, Boolean, String, String, String)
+ Gets a list of all the device credentials.
+
+
+ Declaration
+
+
Task<IList<DeviceCredential>> GetAllAsync(string fields = null, bool includeFields = true, string userId = null, string clientId = null, string type = null)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields.
+
+
+
+ System.Boolean
+ includeFields
+ True if the fields specified are to be excluded from the result, false otherwise (defaults to true).
+
+
+
+ System.String
+ userId
+ The user id of the devices to retrieve.
+
+
+
+ System.String
+ clientId
+ The client id of the devices to retrieve.
+
+
+
+ System.String
+ type
+ The type of credentials.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <DeviceCredential >>
+ A list of DeviceCredential which conforms to the criteria specified.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IEmailProviderClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IEmailProviderClient
+
+ Methods
+
+
+ ConfigureAsync(EmailProviderConfigureRequest, CancellationToken)
+ Configures the email provider.
+
+
+ Declaration
+
+
Task<EmailProvider> ConfigureAsync(EmailProviderConfigureRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ EmailProviderConfigureRequest
+ request
+ The EmailProviderConfigureRequest containing the configuration properties of the
+provider.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <EmailProvider >
+ A EmailProvider instance containing the email provider details.
+
+
+
+
+
+ DeleteAsync(CancellationToken)
+ Deletes the email provider.
+
+
+ Declaration
+
+
Task DeleteAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ GetAsync(String, Boolean, CancellationToken)
+ Gets the email provider.
+
+
+ Declaration
+
+
Task<EmailProvider> GetAsync(string fields = null, bool includeFields = true, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include or exclude (depending on
+includeFields
) from the result, empty to retrieve: name, enabled, settings fields.
+
+
+
+ System.Boolean
+ includeFields
+ True if the fields specified are to be excluded from the result, false otherwise (defaults
+to true).
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <EmailProvider >
+ A EmailProvider instance containing the email provider details.
+
+
+
+
+
+ UpdateAsync(EmailProviderUpdateRequest, CancellationToken)
+ Updates the email provider.
+
+
+ Declaration
+
+
Task<EmailProvider> UpdateAsync(EmailProviderUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ EmailProviderUpdateRequest
+ request
+ The EmailProviderUpdateRequest containing the configuration properties of the
+email provider.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <EmailProvider >
+ A EmailProvider instance containing the email provider details.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IEmailTemplatesClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IEmailTemplatesClient
+
+ Methods
+
+
+ CreateAsync(EmailTemplateCreateRequest, CancellationToken)
+ Creates a new email template.
+
+
+ Declaration
+
+
Task<EmailTemplate> CreateAsync(EmailTemplateCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ EmailTemplateCreateRequest
+ request
+ The EmailTemplateCreateRequest containing details of the template to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(EmailTemplateName, CancellationToken)
+ Gets an email template.
+
+
+ Declaration
+
+
Task<EmailTemplate> GetAsync(EmailTemplateName templateName, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ EmailTemplateName
+ templateName
+ The name of email template you wish to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ PatchAsync(EmailTemplateName, EmailTemplatePatchRequest, CancellationToken)
+ Updates an email template.
+
+
+ Declaration
+
+
Task<EmailTemplate> PatchAsync(EmailTemplateName templateName, EmailTemplatePatchRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ EmailTemplateName
+ templateName
+ The name of the email template to update.
+
+
+
+ EmailTemplatePatchRequest
+ request
+ The EmailTemplatePatchRequest containing details of the template to patch.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateAsync(EmailTemplateName, EmailTemplateUpdateRequest, CancellationToken)
+ Updates an email template.
+
+
+ Declaration
+
+
Task<EmailTemplate> UpdateAsync(EmailTemplateName templateName, EmailTemplateUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ EmailTemplateName
+ templateName
+ The name of the email template to patch.
+
+
+
+ EmailTemplateUpdateRequest
+ request
+ The EmailTemplateUpdateRequest containing details of the template to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IGuardianClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IGuardianClient
+
+ Methods
+
+
+ CreateEnrollmentTicketAsync(CreateGuardianEnrollmentTicketRequest, CancellationToken)
+ Generate an email with a link to start the Guardian enrollment process.
+
+
+ Declaration
+
+
Task<CreateGuardianEnrollmentTicketResponse> CreateEnrollmentTicketAsync(CreateGuardianEnrollmentTicketRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+ Returns
+
+
+ DeleteEnrollmentAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task DeleteEnrollmentAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the enrollment to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ GetEnrollmentAsync(String, CancellationToken)
+ Retrieves an enrollment.
+
+
+ Declaration
+
+
Task<GuardianEnrollment> GetEnrollmentAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the enrollment to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetFactorsAsync(CancellationToken)
+ Retrieves all factors. Useful to check factor enablement and trial status.
+
+
+ Declaration
+
+
Task<IList<GuardianFactor>> GetFactorsAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <GuardianFactor >>
+ List of GuardianFactor instances with the available factors.
+
+
+
+
+
+ GetPhoneMessageTypesAsync(CancellationToken)
+ Retrieve the enabled phone factors for multi-factor authentication
+
+
+ Declaration
+
+
Task<GuardianPhoneMessageTypes> GetPhoneMessageTypesAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetSmsTemplatesAsync(CancellationToken)
+ Retrieves enrollment and verification templates. You can use it to check the current values for your templates.
+
+
+ Declaration
+
+
Task<GuardianSmsEnrollmentTemplates> GetSmsTemplatesAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+
+
+
+
+ Returns
+
+
+ GetSnsConfigurationAsync(CancellationToken)
+ Returns provider configuration for AWS SNS.
+
+
+ Declaration
+
+
Task<GuardianSnsConfiguration> GetSnsConfigurationAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+
+
+
+
+ Returns
+
+
+ GetTwilioConfigurationAsync(CancellationToken)
+ Returns configuration for the Guardian Twilio provider.
+
+
+ Declaration
+
+
Task<GuardianTwilioConfiguration> GetTwilioConfigurationAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+
+
+
+
+ Returns
+
+
+ UpdateFactorAsync(UpdateGuardianFactorRequest, CancellationToken)
+ Enable or Disable a Guardian factor.
+
+
+ Declaration
+
+
Task<UpdateGuardianFactorResponse> UpdateFactorAsync(UpdateGuardianFactorRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ UpdateGuardianFactorRequest
+ request
+ The UpdateGuardianFactorRequest containing the details of the factor to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdatePhoneMessageTypesAsync(GuardianPhoneMessageTypes, CancellationToken)
+ Update enabled phone factors for multi-factor authentication
+
+
+ Declaration
+
+
Task<GuardianPhoneMessageTypes> UpdatePhoneMessageTypesAsync(GuardianPhoneMessageTypes messageTypes, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GuardianPhoneMessageTypes
+ messageTypes
+ A GuardianPhoneMessageTypes containing the list of phone factors to enable on the tenan.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateSmsTemplatesAsync(GuardianSmsEnrollmentTemplates, CancellationToken)
+ Updates enrollment and verification templates. Useful to send custom messages on SMS enrollment and verification.
+
+
+ Declaration
+
+
Task<GuardianSmsEnrollmentTemplates> UpdateSmsTemplatesAsync(GuardianSmsEnrollmentTemplates templates, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+ Returns
+
+
+ UpdateTwilioConfigurationAsync(UpdateGuardianTwilioConfigurationRequest, CancellationToken)
+ Configure the Guardian Twilio provider.
+
+
+ Declaration
+
+
Task<GuardianTwilioConfiguration> UpdateTwilioConfigurationAsync(UpdateGuardianTwilioConfigurationRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+ Returns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IHooksClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IHooksClient
+
+ Methods
+
+
+ CreateAsync(HookCreateRequest, CancellationToken)
+ Creates a new hook according to the request.
+
+
+ Declaration
+
+
Task<Hook> CreateAsync(HookCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ HookCreateRequest
+ request
+ The HookCreateRequest containing the details of the hook to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Hook >
+ The newly created Hook .
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the hook to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Retrieves a list of all hooks.
+
+
+ Declaration
+
+
Task<IPagedList<Hook>> GetAllAsync(GetHooksRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetHooksRequest
+ request
+ Specifies criteria to use when querying hooks.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <Hook >>
+ An IPagedList<T> containing the hooks requested.
+
+
+
+
+
+ GetAsync(String, String, CancellationToken)
+ Retrieves a hook by its ID.
+
+
+ Declaration
+
+
Task<Hook> GetAsync(string id, string fields = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the hook to retrieve.
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include, empty to retrieve all fields.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Hook >
+ The Hook that was requested.
+
+
+
+
+
+ UpdateAsync(String, HookUpdateRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<Hook> UpdateAsync(string id, HookUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the hook to update.
+
+
+
+ HookUpdateRequest
+ request
+ A HookUpdateRequest containing the information to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Hook >
+ The newly updated Hook .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IJobsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IJobsClient
+
+ Methods
+
+
+ ExportUsersAsync(UsersExportsJobRequest, CancellationToken)
+ Exports users from a connection to a file using a long running job.
+
+
+ Declaration
+
+
Task<Job> ExportUsersAsync(UsersExportsJobRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ UsersExportsJobRequest
+ request
+ The UsersExportsJobRequest containing the information for the job to export users.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Job >
+ A Job instance containing the information about the job.
+
+
+
+
+
+
+
+ GetAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task<Job> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the job to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Job >
+ A Job instance containing the information about the job.
+
+
+
+
+
+
+
+ ImportUsersAsync(String, String, Stream, Nullable<Boolean>, String, Nullable<Boolean>, CancellationToken)
+ Imports users to a connection from a file using a long running job.
+
+
+ Declaration
+
+
Task<Job> ImportUsersAsync(string connectionId, string fileName, Stream file, bool? upsert = null, string externalId = null, bool? sendCompletionEmail = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ connectionId
+ The connection identifier.
+
+
+
+ System.String
+ fileName
+ Name of the file.
+
+
+
+ System.IO.Stream
+ file
+ The file.
+
+
+
+ System.Nullable <System.Boolean >
+ upsert
+ Whether to update the user if already exists.
+
+
+
+ System.String
+ externalId
+ Customer-defined id.
+
+
+
+ System.Nullable <System.Boolean >
+ sendCompletionEmail
+ Whether to send the user an email on import completion (true) or not (false).
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Job >
+ A Job instance containing the information about the job.
+
+
+
+
+
+
+
+ SendVerificationEmailAsync(VerifyEmailJobRequest, CancellationToken)
+ Send an email to the specified user that asks them to click a link to verify their email address.
+
+
+ Declaration
+
+
Task<Job> SendVerificationEmailAsync(VerifyEmailJobRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ VerifyEmailJobRequest
+ request
+ The VerifyEmailJobRequest containing the information of the user whose email you want verified.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Job >
+ A Job instance containing the information about the job.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IKeysClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IKeysClient
+
+ Methods
+
+
+ GetAllAsync(CancellationToken)
+ Get all Application Signing Keys
+
+
+ Declaration
+
+
Task<IList<Key>> GetAllAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <Key >>
+ All available signing keys Key .
+
+
+
+
+
+ GetAsync(String, CancellationToken)
+ Get an Application Signing Key by its key ID.
+
+
+ Declaration
+
+
Task<Key> GetAsync(string kid, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ kid
+ The ID of the key to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Key >
+ The Key that was requested.
+
+
+
+
+
+ RevokeSigningKeyAsync(String, CancellationToken)
+ Revoke an Application Signing Key by its key ID.
+
+
+ Declaration
+
+
Task<RevokeSigningKeyResponse> RevokeSigningKeyAsync(string kid, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ kid
+ The ID of the key to revoke.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <RevokeSigningKeyResponse >
+ The revoked key's cert and kid.
+
+
+
+
+
+ RotateSigningKeyAsync(CancellationToken)
+ Rotate the Application Signing Key.
+
+
+ Declaration
+
+
Task<RotateSigningKeyResponse> RotateSigningKeyAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <RotateSigningKeyResponse >
+ The next rotated key's cert and kid.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface ILogStreamsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface ILogStreamsClient
+
+ Methods
+
+
+ CreateAsync(LogStreamCreateRequest, CancellationToken)
+ Creates a new log stream
+
+
+ Declaration
+
+
Task<LogStream> CreateAsync(LogStreamCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ LogStreamCreateRequest
+ request
+ The LogStreamCreateRequest containing the information needed to create the log stream
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <LogStream >
+ A System.Threading.Tasks.Task that represents the asynchronous create operation.
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the log stream to delete
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ GetAllAsync(CancellationToken)
+ Gets all of the log streams
+
+
+ Declaration
+
+
Task<IList<LogStream>> GetAllAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <LogStream >>
+ A list of LogStream objects
+
+
+
+
+
+ GetAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task<LogStream> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the log stream to get
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <LogStream >
+ A LogStream object
+
+
+
+
+
+ UpdateAsync(String, LogStreamUpdateRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<LogStream> UpdateAsync(string id, LogStreamUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the log stream to update
+
+
+
+ LogStreamUpdateRequest
+ request
+ The information required to update the log stream
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <LogStream >
+ The updated LogStream object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface ILogsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface ILogsClient
+
+ Methods
+
+
+
+ Retrieves log entries that match the specified search criteria.
+
+
+ Declaration
+
+
Task<IPagedList<LogEntry>> GetAllAsync(GetLogsRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetLogsRequest
+ request
+ Specifies criteria to use when querying logs.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(String, CancellationToken)
+ Retrieves the data related to the log entry identified by id. This returns a single log entry representation as specified in the schema.
+
+
+ Declaration
+
+
Task<LogEntry> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The identifier of the log entry to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <LogEntry >
+ A LogEntry instance containing the information about the log entry.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IOrganizationsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IOrganizationsClient
+
+ Methods
+
+
+ AddMemberRolesAsync(String, String, OrganizationAddMemberRolesRequest, CancellationToken)
+ Add members to an organization.
+
+
+ Declaration
+
+
Task AddMemberRolesAsync(string organizationId, string userId, OrganizationAddMemberRolesRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to add roles to the given user.
+
+
+
+ System.String
+ userId
+ The id of the user for which you want to add roles.
+
+
+
+ OrganizationAddMemberRolesRequest
+ request
+ The OrganizationAddMemberRolesRequest containing the roles.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous operation.
+
+
+
+
+
+ AddMembersAsync(String, OrganizationAddMembersRequest, CancellationToken)
+ Add members to an organization.
+
+
+ Declaration
+
+
Task AddMembersAsync(string organizationId, OrganizationAddMembersRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to add members.
+
+
+
+ OrganizationAddMembersRequest
+ request
+ The OrganizationAddMembersRequest containing the members.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous operation.
+
+
+
+
+
+ CreateAsync(OrganizationCreateRequest, CancellationToken)
+ Creates a new organization.
+
+
+ Declaration
+
+
Task<Organization> CreateAsync(OrganizationCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ OrganizationCreateRequest
+ request
+ The OrganizationCreateRequest containing the properties of the new organization.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Organization >
+ The new Organization that has been created.
+
+
+
+
+
+ CreateConnectionAsync(String, OrganizationConnectionCreateRequest, CancellationToken)
+ Creates a new organization connection.
+
+
+ Declaration
+
+
Task<OrganizationConnection> CreateConnectionAsync(string organizationId, OrganizationConnectionCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to add the connection.
+
+
+
+ OrganizationConnectionCreateRequest
+ request
+ The OrganizationConnectionCreateRequest containing the properties of the new organization connection.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ CreateInvitationAsync(String, OrganizationCreateInvitationRequest, CancellationToken)
+ Creates a new organization invitation.
+
+
+ Declaration
+
+
Task<OrganizationInvitation> CreateInvitationAsync(string organizationId, OrganizationCreateInvitationRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization to which you want to invite a user.
+
+
+
+ OrganizationCreateInvitationRequest
+ request
+ The OrganizationCreateInvitationRequest containing the properties of the new organization invitation.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes an organization.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the organization to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ DeleteConnectionAsync(String, String, CancellationToken)
+ Deletes an organization connection.
+
+
+ Declaration
+
+
Task DeleteConnectionAsync(string organizationId, string connectionId, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to delete the connection.
+
+
+
+ System.String
+ connectionId
+ The id of the connection to delete from the organization.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ DeleteInvitationAsync(String, String, CancellationToken)
+ Deletes an organization invitation.
+
+
+ Declaration
+
+
Task DeleteInvitationAsync(string organizationId, string invitationId, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to delete the invitation.
+
+
+
+ System.String
+ invitationId
+ The id of the invitation you want to remove.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ DeleteMemberAsync(String, OrganizationDeleteMembersRequest, CancellationToken)
+ Deletes members from an organization.
+
+
+ Declaration
+
+
Task DeleteMemberAsync(string organizationId, OrganizationDeleteMembersRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to delete the members.
+
+
+
+ OrganizationDeleteMembersRequest
+ request
+ The OrganizationDeleteMembersRequest containing the members.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ DeleteMemberRolesAsync(String, String, OrganizationDeleteMemberRolesRequest, CancellationToken)
+ Deletes roles from an organization member.
+
+
+ Declaration
+
+
Task DeleteMemberRolesAsync(string organizationId, string userId, OrganizationDeleteMemberRolesRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to delete roles for a given user.
+
+
+
+ System.String
+ userId
+ The id of the user for which you want to remove roles.
+
+
+
+ OrganizationDeleteMemberRolesRequest
+ request
+ The OrganizationDeleteMemberRolesRequest containing the roles.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Retrieves a list of all organizations using checkpoint pagination
.
+
+
+ Declaration
+
+
Task<ICheckpointPagedList<Organization>> GetAllAsync(CheckpointPaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ CheckpointPaginationInfo
+ pagination
+ Specifies CheckpointPaginationInfo to use in requesting checkpoint-paginated results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieves a list of all organizations.
+
+
+ Declaration
+
+
Task<IPagedList<Organization>> GetAllAsync(PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieves a list of all organization connections.
+
+
+ Declaration
+
+
Task<IPagedList<OrganizationConnection>> GetAllConnectionsAsync(string organizationId, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The ID of the organization for which you want to retrieve the connections.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieves a list of all organization invitations.
+
+
+ Declaration
+
+
Task<IPagedList<OrganizationInvitation>> GetAllInvitationsAsync(string organizationId, OrganizationGetAllInvitationsRequest request, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to retrieve the invitations.
+
+
+
+ OrganizationGetAllInvitationsRequest
+ request
+ The OrganizationGetAllInvitationsRequest containing the properties to retrieve the organization invitations.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieves a list of all roles for an organization members.
+
+
+ Declaration
+
+
Task<IPagedList<Role>> GetAllMemberRolesAsync(string organizationId, string userId, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to retrieve the roles for a given user.
+
+
+
+ System.String
+ userId
+ The id of the user for which you want to retrieve the roles.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <Role >>
+ An IPagedList<T> containing the organization members.
+
+
+
+
+
+
+ Retrieves a list of all organization members using checkpoint pagination
.
+
+
+ Declaration
+
+
Task<ICheckpointPagedList<OrganizationMember>> GetAllMembersAsync(string organizationId, CheckpointPaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The ID of the organization for which you want to retrieve the members.
+
+
+
+ CheckpointPaginationInfo
+ pagination
+ Specifies CheckpointPaginationInfo to use in requesting checkpoint-paginated results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieves a list of all organization members.
+
+
+ Declaration
+
+
Task<IPagedList<OrganizationMember>> GetAllMembersAsync(string organizationId, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The ID of the organization for which you want to retrieve the members.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(String, CancellationToken)
+ Retrieves an organization by its id.
+
+
+ Declaration
+
+
Task<Organization> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the organization to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetByNameAsync(String, CancellationToken)
+ Retrieves an organization by its name.
+
+
+ Declaration
+
+
Task<Organization> GetByNameAsync(string name, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ name
+ The name of the organization to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetConnectionAsync(String, String, CancellationToken)
+ Retrieves an organization connection by its id.
+
+
+ Declaration
+
+
Task<OrganizationConnection> GetConnectionAsync(string organizationId, string connectionId, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to retrieve the connection.
+
+
+
+ System.String
+ connectionId
+ The id of the connection to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetInvitationAsync(String, String, OrganizationGetInvitationRequest, CancellationToken)
+ Retrieves an organization invitation by its id.
+
+
+ Declaration
+
+
Task<OrganizationInvitation> GetInvitationAsync(string organizationId, string invitationId, OrganizationGetInvitationRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to retrieve the invitation.
+
+
+
+ System.String
+ invitationId
+ The id of the organization invitation to retrieve.
+
+
+
+ OrganizationGetInvitationRequest
+ request
+ The OrganizationGetInvitationRequest containing the properties to retrieve the organization invitation.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateAsync(String, OrganizationUpdateRequest, CancellationToken)
+ Updates an organization.
+
+
+ Declaration
+
+
Task<Organization> UpdateAsync(string id, OrganizationUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the organization you want to update.
+
+
+
+ OrganizationUpdateRequest
+ request
+ The OrganizationUpdateRequest containing the properties of the organization you want to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Organization >
+ The Organization that was updated.
+
+
+
+
+
+ UpdateConnectionAsync(String, String, OrganizationConnectionUpdateRequest, CancellationToken)
+ Updates an organization connection.
+
+
+ Declaration
+
+
Task<OrganizationConnection> UpdateConnectionAsync(string organizationId, string connectionId, OrganizationConnectionUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ organizationId
+ The id of the organization for which you want to update the connection.
+
+
+
+ System.String
+ connectionId
+ The id of the connection you want to update for the organization.
+
+
+
+ OrganizationConnectionUpdateRequest
+ request
+ The OrganizationConnectionUpdateRequest containing the properties of the organization connection you want to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IPromptsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IPromptsClient
+
+ Methods
+
+
+ GetAsync(CancellationToken)
+
+
+ Declaration
+
+
Task<Prompt> GetAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Prompt >
+ A Prompt instance containing the information about the prompt settings.
+
+
+
+
+
+
+
+ UpdateAsync(PromptUpdateRequest, CancellationToken)
+ Update prompts settings.
+
+
+ Declaration
+
+
Task<Prompt> UpdateAsync(PromptUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PromptUpdateRequest
+ request
+ Specifies prompt setting values that are to be updated.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Prompt >
+ The Prompt that was updated.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IResourceServersClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IResourceServersClient
+
+ Methods
+
+
+ CreateAsync(ResourceServerCreateRequest, CancellationToken)
+ Creates a new resource server.
+
+
+ Declaration
+
+
Task<ResourceServer> CreateAsync(ResourceServerCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ ResourceServerCreateRequest
+ request
+ Contains the information for the resource server to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes a resource server.
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the resource server to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Gets a list of all the resource servers.
+
+
+ Declaration
+
+
Task<IPagedList<ResourceServer>> GetAllAsync(PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(String, CancellationToken)
+ Get a resource server by its id.
+
+
+ Declaration
+
+
Task<ResourceServer> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The identifier of the resource server.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ UpdateAsync(String, ResourceServerUpdateRequest, CancellationToken)
+ Updates a resource server,
+
+
+ Declaration
+
+
Task<ResourceServer> UpdateAsync(string id, ResourceServerUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the resource server to update.
+
+
+
+ ResourceServerUpdateRequest
+ request
+ Contains the information for the resource server to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IRolesClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IRolesClient
+
+ Methods
+
+
+ AssignPermissionsAsync(String, AssignPermissionsRequest, CancellationToken)
+ Assign permissions to a role.
+
+
+ Declaration
+
+
Task AssignPermissionsAsync(string id, AssignPermissionsRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to assign permissions to.
+
+
+
+ AssignPermissionsRequest
+ request
+ A AssignPermissionsRequest containing the permission identifiers to assign to the role.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous assignment operation.
+
+
+
+
+
+ AssignUsersAsync(String, AssignUsersRequest, CancellationToken)
+ Assigns Users to a role.
+
+
+ Declaration
+
+
Task AssignUsersAsync(string id, AssignUsersRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to assign users to.
+
+
+
+ AssignUsersRequest
+ request
+ A AssignUsersRequest containing the user IDs to assign to the role.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous assign operation.
+
+
+
+
+
+ CreateAsync(RoleCreateRequest, CancellationToken)
+ Creates a new role according to the request.
+
+
+ Declaration
+
+
Task<Role> CreateAsync(RoleCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ RoleCreateRequest
+ request
+ The RoleCreateRequest containing the details of the role to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Role >
+ The newly created Role .
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Retrieves a list of all roles.
+
+
+ Declaration
+
+
Task<IPagedList<Role>> GetAllAsync(GetRolesRequest request, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetRolesRequest
+ request
+ Specifies criteria to use when querying roles.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <Role >>
+ An IPagedList<T> containing the roles requested.
+
+
+
+
+
+ GetAllAsync(GetRolesRequest, CancellationToken)
+ Retrieves a list of all roles.
+
+
+ Declaration
+
+
Task<IPagedList<Role>> GetAllAsync(GetRolesRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetRolesRequest
+ request
+ Specifies criteria to use when querying roles.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(String, CancellationToken)
+ Retrieves a role by its ID.
+
+
+ Declaration
+
+
Task<Role> GetAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Role >
+ The Role that was requested.
+
+
+
+
+
+
+ Gets the permissions assigned to a role.
+
+
+ Declaration
+
+
Task<IPagedList<Permission>> GetPermissionsAsync(string id, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the role to obtain the permissions for.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies PaginationInfo to use in requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieves a list of users associated with a role.
+
+
+ Declaration
+
+
Task<ICheckpointPagedList<AssignedUser>> GetUsersAsync(string id, CheckpointPaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to query.
+
+
+
+ CheckpointPaginationInfo
+ pagination
+ Specifies CheckpointPaginationInfo to use in requesting checkpoint-paginated results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieves a list of users associated with a role.
+
+
+ Declaration
+
+
Task<IPagedList<AssignedUser>> GetUsersAsync(string id, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to query.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies PaginationInfo to use in requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetUsersAsync(String, CancellationToken)
+ Retrieves a list of users associated with a role.
+
+
+ Declaration
+
+
Task<IPagedList<AssignedUser>> GetUsersAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to query.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ RemovePermissionsAsync(String, AssignPermissionsRequest, CancellationToken)
+ Remove permissions assigned to a role.
+
+
+ Declaration
+
+
Task RemovePermissionsAsync(string id, AssignPermissionsRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to remove permissions from.
+
+
+
+ AssignPermissionsRequest
+ request
+ A AssignPermissionsRequest containing the permission identifiers to remove from the role.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous remove operation.
+
+
+
+
+
+ UpdateAsync(String, RoleUpdateRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<Role> UpdateAsync(string id, RoleUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the role to update.
+
+
+
+ RoleUpdateRequest
+ request
+ A RoleUpdateRequest containing the information to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Role >
+ The newly updated Role .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IRulesClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IRulesClient
+
+ Methods
+
+
+ CreateAsync(RuleCreateRequest, CancellationToken)
+ Creates a new rule according to the request.
+
+
+ Declaration
+
+
Task<Rule> CreateAsync(RuleCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ RuleCreateRequest
+ request
+ The RuleCreateRequest containing the details of the rule to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Rule >
+ The newly created Rule .
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+
+
+ Declaration
+
+
Task DeleteAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the rule to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+ Retrieves a list of all rules.
+
+
+ Declaration
+
+
Task<IPagedList<Rule>> GetAllAsync(GetRulesRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetRulesRequest
+ request
+ Specifies criteria to use when querying rules.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <Rule >>
+ An IPagedList<T> containing the rules requested.
+
+
+
+
+
+ GetAsync(String, String, Boolean, CancellationToken)
+ Retrieves a rule by its ID.
+
+
+ Declaration
+
+
Task<Rule> GetAsync(string id, string fields = null, bool includeFields = true, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the rule to retrieve.
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include or exclude (depending on
+includeFields
) from the result, empty to retrieve all fields.
+
+
+
+ System.Boolean
+ includeFields
+ True if the fields specified are to be included in the result, false otherwise (defaults to
+true).
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Rule >
+ The Rule that was requested.
+
+
+
+
+
+ UpdateAsync(String, RuleUpdateRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<Rule> UpdateAsync(string id, RuleUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the rule to update.
+
+
+
+ RuleUpdateRequest
+ request
+ A RuleUpdateRequest containing the information to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Rule >
+ The newly updated Rule .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IRulesConfigClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IRulesConfigClient
+
+ Methods
+
+
+ CreateOrUpdateAsync(RulesConfigCreateOrUpdateRequest, CancellationToken)
+ Creates or updates a rules config variable according to the request.
+
+
+ Declaration
+
+
Task<RulesConfig> CreateOrUpdateAsync(RulesConfigCreateOrUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <RulesConfig >
+ The newly created Rule .
+
+
+
+
+
+ DeleteAsync(String, CancellationToken)
+ Deletes a rules config variable.
+
+
+ Declaration
+
+
Task DeleteAsync(string key, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ key
+ The key of the rules-config to delete.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IStatsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IStatsClient
+
+ Methods
+
+
+ GetActiveUsersAsync(CancellationToken)
+ Gets the active users count (logged in during the last 30 days).
+
+
+ Declaration
+
+
Task<long> GetActiveUsersAsync(CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Int64 >
+ The number of users that have logged in during the last 30 days.
+
+
+
+
+
+ GetDailyStatsAsync(DateTime, DateTime, CancellationToken)
+ Gets the daily stats for a particular period.
+
+
+ Declaration
+
+
Task<IList<DailyStatistics>> GetDailyStatsAsync(DateTime from, DateTime to, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.DateTime
+ from
+ The first day of the period (inclusive).
+
+
+
+ System.DateTime
+ to
+ The last day of the period (inclusive).
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <DailyStatistics >>
+ A list of DailyStatistics containing the statistics for each day in the period.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface ITenantSettingsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface ITenantSettingsClient
+
+ Methods
+
+
+ GetAsync(String, Boolean, CancellationToken)
+ Gets the settings for the tenant.
+
+
+ Declaration
+
+
Task<TenantSettings> GetAsync(string fields = null, bool includeFields = true, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ fields
+ A comma-separated list of fields to include or exclude (depending on includeFields) from the
+result, empty to retrieve all fields.
+
+
+
+ System.Boolean
+ includeFields
+ true if the fields specified are to be included in the result, false otherwise (defaults to
+true ).
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <TenantSettings >
+ A TenantSettings containing the settings for the tenant.
+
+
+
+
+
+ UpdateAsync(TenantSettingsUpdateRequest, CancellationToken)
+ Updates the settings for the tenant.
+
+
+ Declaration
+
+
Task<TenantSettings> UpdateAsync(TenantSettingsUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ TenantSettingsUpdateRequest
+ request
+ TenantSettingsUpdateRequest containing the settings for the tenant which are to be updated.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <TenantSettings >
+ A TenantSettings containing the updated settings for the tenant.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface ITicketsClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface ITicketsClient
+
+ Methods
+
+
+ CreateEmailVerificationTicketAsync(EmailVerificationTicketRequest, CancellationToken)
+ Creates an email verification ticket.
+
+
+ Declaration
+
+
Task<Ticket> CreateEmailVerificationTicketAsync(EmailVerificationTicketRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Ticket >
+ The newly created Ticket .
+
+
+
+
+
+ CreatePasswordChangeTicketAsync(PasswordChangeTicketRequest, CancellationToken)
+ Creates a password change ticket.
+
+
+ Declaration
+
+
Task<Ticket> CreatePasswordChangeTicketAsync(PasswordChangeTicketRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ PasswordChangeTicketRequest
+ request
+ The PasswordChangeTicketRequest containing the details of the ticket to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <Ticket >
+ The newly created Ticket .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IUserBlocksClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IUserBlocksClient
+
+ Methods
+
+
+ GetByIdentifierAsync(String, CancellationToken)
+ Get a user's blocks by identifier.
+
+
+ Declaration
+
+
Task<UserBlocks> GetByIdentifierAsync(string identifier, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ identifier
+ The identifier of the user. Can be a user's email address, username or phone number.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <UserBlocks >
+ The UserBlocks relating to the user requested.
+
+
+
+
+
+ GetByUserIdAsync(String, CancellationToken)
+ Get a user's blocks by user id.
+
+
+ Declaration
+
+
Task<UserBlocks> GetByUserIdAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the user.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <UserBlocks >
+ The UserBlocks relating to the user requested.
+
+
+
+
+
+ UnblockByIdentifierAsync(String, CancellationToken)
+ Unblock a user by their identifier.
+
+
+ Declaration
+
+
Task UnblockByIdentifierAsync(string identifier, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ identifier
+ The identifier of the user to unblock. Can be a user's email address, username or phone number.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous unblock operation.
+
+
+
+
+
+ UnblockByUserIdAsync(String, CancellationToken)
+ Unblock a user by their id.
+
+
+ Declaration
+
+
Task UnblockByUserIdAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the user to unblock.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous unblock operation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Interface IUsersClient
+
+
+
+ Namespace : Auth0.ManagementApi.Clients
+ Assembly : Auth0.ManagementApi.dll
+ Syntax
+
+
public interface IUsersClient
+
+ Methods
+
+
+ AssignPermissionsAsync(String, AssignPermissionsRequest, CancellationToken)
+ Assign permissions to a user.
+
+
+ Declaration
+
+
Task AssignPermissionsAsync(string id, AssignPermissionsRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the user to assign permissions to.
+
+
+
+ AssignPermissionsRequest
+ request
+ A AssignPermissionsRequest containing the permission identifiers to assign to the user.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous assignment operation.
+
+
+
+
+
+ AssignRolesAsync(String, AssignRolesRequest, CancellationToken)
+ Assigns Roles to a user.
+
+
+ Declaration
+
+
Task AssignRolesAsync(string id, AssignRolesRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the user to assign roles to.
+
+
+
+ AssignRolesRequest
+ request
+ A AssignRolesRequest containing the role IDs to assign to the user.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous assign operation.
+
+
+
+
+
+ CreateAsync(UserCreateRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<User> CreateAsync(UserCreateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ UserCreateRequest
+ request
+ The UserCreateRequest containing the properties of the user to create.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <User >
+ The newly created User .
+
+
+
+
+
+ DeleteAsync(String)
+
+
+ Declaration
+
+
Task DeleteAsync(string id)
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the user to delete.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ DeleteMultifactorProviderAsync(String, String, CancellationToken)
+ Deletes a user's multifactor provider.
+
+
+ Declaration
+
+
Task DeleteMultifactorProviderAsync(string id, string provider, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the user who multi factor provider to delete.
+
+
+
+ System.String
+ provider
+ The type of the multifactor provider. Supported values 'duo' or 'google-authenticator'.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous delete operation.
+
+
+
+
+
+ GenerateRecoveryCodeAsync(String, CancellationToken)
+ Generate new Guardian recovery code.
+
+
+ Declaration
+
+
Task<GenerateRecoveryCodeResponse> GenerateRecoveryCodeAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The user_id of the user which guardian code will be regenerated.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <GenerateRecoveryCodeResponse >
+ A Task representing the operation and potential return value.
+
+
+
+
+
+
+ Lists or search for users based on criteria.
+
+
+ Declaration
+
+
Task<IPagedList<User>> GetAllAsync(GetUsersRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetUsersRequest
+ request
+ Specifies criteria to use when querying users.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <User >>
+ An IPagedList<T> containing the list of users.
+
+
+
+
+
+
+ Lists organizations for a user.
+
+
+ Declaration
+
+
Task<IPagedList<Organization>> GetAllOrganizationsAsync(string userId, PaginationInfo pagination, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ userId
+ The ID of the user for which you want to retrieve the organizations.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+ GetAsync(String, String, Boolean, CancellationToken)
+
+
+ Declaration
+
+
Task<User> GetAsync(string id, string fields = null, bool includeFields = true, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the user to retrieve.
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include or exclude (depending on includeFields) from the
+result, empty to retrieve all fields
+
+
+
+ System.Boolean
+ includeFields
+ true if the fields specified are to be included in the result, false otherwise (defaults to
+true)
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <User >
+ The User that was requested.
+
+
+
+
+
+ GetEnrollmentsAsync(String, CancellationToken)
+ Get a list of Guardian enrollments.
+
+
+ Declaration
+
+
Task<IList<EnrollmentsResponse>> GetEnrollmentsAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The user_id of the user to retrieve.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <EnrollmentsResponse >>
+ A Task representing the operation and potential return value.
+
+
+
+
+
+
+ Retrieve every log event for a specific user.
+
+
+ Declaration
+
+
Task<IPagedList<LogEntry>> GetLogsAsync(GetUserLogsRequest request, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ GetUserLogsRequest
+ request
+ Specifies criteria to use when querying logs for a user.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Get the permissions assigned to the user.
+
+
+ Declaration
+
+
Task<IPagedList<UserPermission>> GetPermissionsAsync(string id, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the user to obtain the permissions for.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies PaginationInfo to use in requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Retrieve assigned roles for a specific user.
+
+
+ Declaration
+
+
Task<IPagedList<Role>> GetRolesAsync(string userId, PaginationInfo pagination = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ userId
+ The user id of the roles to retrieve.
+
+
+
+ PaginationInfo
+ pagination
+ Specifies pagination info to use when requesting paged results.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <IPagedList <Role >>
+ An IPagedList<T> containing the roles for the user.
+
+
+
+
+
+ GetUsersByEmailAsync(String, String, Nullable<Boolean>, CancellationToken)
+ Gets all users by email address.
+
+
+ Declaration
+
+
Task<IList<User>> GetUsersByEmailAsync(string email, string fields = null, bool? includeFields = null, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ email
+ The email address to search for.
+
+
+
+ System.String
+ fields
+ A comma separated list of fields to include or exclude (depending on includeFields
) from the result, null to retrieve all fields.
+
+
+
+ System.Nullable <System.Boolean >
+ includeFields
+ true if the fields specified are to be included in the result, false otherwise. Defaults to true.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <User >>
+ A System.Collections.Generic.IList<T> containing all users for this email address.
+
+
+
+
+
+ InvalidateRememberBrowserAsync(String, CancellationToken)
+ Invalidate all remembered browsers for MFA.
+
+
+ Declaration
+
+
Task InvalidateRememberBrowserAsync(string id, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The user_id of the user which will have its remembered browsers for MFA invalidated.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A Task representing the operation and potential return value.
+
+
+
+
+
+ LinkAccountAsync(String, UserAccountLinkRequest, CancellationToken)
+ Links a secondary account to a primary account.
+
+
+ Declaration
+
+
Task<IList<AccountLinkResponse>> LinkAccountAsync(string id, UserAccountLinkRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the primary account.
+
+
+
+ UserAccountLinkRequest
+ request
+ The UserAccountLinkRequest containing details of the secondary account to link.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <AccountLinkResponse >>
+ A System.Collections.Generic.IList<T> containing details about this account link.
+
+
+
+
+
+ LinkAccountAsync(String, String, String, CancellationToken)
+ Links a secondary account to a primary account.
+
+
+ Declaration
+
+
Task<IList<AccountLinkResponse>> LinkAccountAsync(string id, string primaryJwtToken, string secondaryJwtToken, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the primary account.
+
+
+
+ System.String
+ primaryJwtToken
+ The JWT of the primary account.
+
+
+
+ System.String
+ secondaryJwtToken
+ The JWT for the secondary account you wish to link.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <AccountLinkResponse >>
+ A System.Collections.Generic.IList<T> containing details about this account link.
+
+
+
+
+
+ RemovePermissionsAsync(String, AssignPermissionsRequest, CancellationToken)
+ Removes permissions assigned to a user.
+
+
+ Declaration
+
+
Task RemovePermissionsAsync(string id, AssignPermissionsRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the user to remove permissions from.
+
+
+
+ AssignPermissionsRequest
+ request
+ A AssignPermissionsRequest containing the permission identifiers to remove from the user.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous remove operation.
+
+
+
+
+
+ RemoveRolesAsync(String, AssignRolesRequest, CancellationToken)
+ Removes Roles from a user.
+
+
+ Declaration
+
+
Task RemoveRolesAsync(string id, AssignRolesRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The ID of the user to remove roles from.
+
+
+
+ AssignRolesRequest
+ request
+ A AssignRolesRequest containing the role IDs to remove to the user.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task
+ A System.Threading.Tasks.Task that represents the asynchronous remove operation.
+
+
+
+
+
+ UnlinkAccountAsync(String, String, String, CancellationToken)
+
+
+ Declaration
+
+
Task<IList<AccountLinkResponse>> UnlinkAccountAsync(string primaryUserId, string provider, string secondaryUserId, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ primaryUserId
+ The ID of the primary account.
+
+
+
+ System.String
+ provider
+ The type of the identity provider.
+
+
+
+ System.String
+ secondaryUserId
+ The ID for the secondary account.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <System.Collections.Generic.IList <AccountLinkResponse >>
+ A System.Collections.Generic.IList<T> containing details about this account link.
+
+
+
+
+
+ UpdateAsync(String, UserUpdateRequest, CancellationToken)
+
+
+ Declaration
+
+
Task<User> UpdateAsync(string id, UserUpdateRequest request, CancellationToken cancellationToken = default(CancellationToken))
+
+ Parameters
+
+
+
+ Type
+ Name
+ Description
+
+
+
+
+ System.String
+ id
+ The id of the user to update.
+
+
+
+ UserUpdateRequest
+ request
+ The UserUpdateRequest containing the information you wish to update.
+
+
+
+ System.Threading.CancellationToken
+ cancellationToken
+ The cancellation token to cancel operation.
+
+
+
+
+ Returns
+
+
+
+ Type
+ Description
+
+
+
+
+ System.Threading.Tasks.Task <User >
+ The newly updated User .
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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