Skip to content

Commit

Permalink
Release 7.17.0 (#579)
Browse files Browse the repository at this point in the history
* Release 7.17.0

* Generate docs
  • Loading branch information
frederikprijck authored Jul 26, 2022
1 parent fe82216 commit e3684f6
Show file tree
Hide file tree
Showing 68 changed files with 16,662 additions and 164 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [7.17.0](https://github.com/auth0/auth0.net/tree/7.17.0) (2022-07-26)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.16.1...7.17.0)

**Added**
- Add interfaces for Management Clients [\#569](https://github.com/auth0/auth0.net/pull/569) ([DerKobe](https://github.com/derkobe))

## [7.16.1](https://github.com/auth0/auth0.net/tree/7.16.1) (2022-07-12)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.16.0...7.16.1)

Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<LangVersion>7.1</LangVersion>
<Version>7.16.1</Version>
<Version>7.17.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
12 changes: 10 additions & 2 deletions docs/api/Auth0.ManagementApi.Clients.ActionsClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">ActionsClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IActionsClient.html">IActionsClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_ActionsClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ActionsClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class ActionsClient : BaseClient, IActionsClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -168,7 +172,7 @@ <h3 id="methods">Methods
</h3>
<a id="Auth0_ManagementApi_Clients_ActionsClient_CreateAsync_" data-uid="Auth0.ManagementApi.Clients.ActionsClient.CreateAsync*"></a>
<h4 id="Auth0_ManagementApi_Clients_ActionsClient_CreateAsync_Auth0_ManagementApi_Models_Actions_CreateActionRequest_System_Threading_CancellationToken_" data-uid="Auth0.ManagementApi.Clients.ActionsClient.CreateAsync(Auth0.ManagementApi.Models.Actions.CreateActionRequest,System.Threading.CancellationToken)">CreateAsync(CreateActionRequest, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Create an action. </p>
<div class="markdown level1 summary"><p>Create an action.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
Expand Down Expand Up @@ -878,6 +882,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IActionsClient.html">IActionsClient</a>
</div>
</article>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">AttackProtectionClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IAttackProtectionClient.html">IAttackProtectionClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -124,7 +128,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_AttackProtectionClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class AttackProtectionClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class AttackProtectionClient : BaseClient, IAttackProtectionClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -441,6 +445,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IAttackProtectionClient.html">IAttackProtectionClient</a>
</div>
</article>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">BlacklistedTokensClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html">IBlacklistedTokensClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_BlacklistedTokensClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class BlacklistedTokensClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class BlacklistedTokensClient : BaseClient, IBlacklistedTokensClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -268,6 +272,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IBlacklistedTokensClient.html">IBlacklistedTokensClient</a>
</div>
</article>
</div>

Expand Down
10 changes: 9 additions & 1 deletion docs/api/Auth0.ManagementApi.Clients.BrandingClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">BrandingClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IBrandingClient.html">IBrandingClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_BrandingClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class BrandingClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class BrandingClient : BaseClient, IBrandingClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -398,6 +402,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IBrandingClient.html">IBrandingClient</a>
</div>
</article>
</div>

Expand Down
10 changes: 9 additions & 1 deletion docs/api/Auth0.ManagementApi.Clients.ClientGrantsClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">ClientGrantsClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IClientGrantsClient.html">IClientGrantsClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_ClientGrantsClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ClientGrantsClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class ClientGrantsClient : BaseClient, IClientGrantsClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -378,6 +382,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IClientGrantsClient.html">IClientGrantsClient</a>
</div>
</article>
</div>

Expand Down
10 changes: 9 additions & 1 deletion docs/api/Auth0.ManagementApi.Clients.ClientsClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">ClientsClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IClientsClient.html">IClientsClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_ClientsClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ClientsClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class ClientsClient : BaseClient, IClientsClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -490,6 +494,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IClientsClient.html">IClientsClient</a>
</div>
</article>
</div>

Expand Down
10 changes: 9 additions & 1 deletion docs/api/Auth0.ManagementApi.Clients.ConnectionsClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">ConnectionsClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IConnectionsClient.html">IConnectionsClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_ConnectionsClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ConnectionsClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class ConnectionsClient : BaseClient, IConnectionsClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -497,6 +501,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IConnectionsClient.html">IConnectionsClient</a>
</div>
</article>
</div>

Expand Down
12 changes: 10 additions & 2 deletions docs/api/Auth0.ManagementApi.Clients.CustomDomainsClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">CustomDomainsClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.ICustomDomainsClient.html">ICustomDomainsClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_CustomDomainsClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class CustomDomainsClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class CustomDomainsClient : BaseClient, ICustomDomainsClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -367,7 +371,7 @@ <h5 class="returns">Returns</h5>
</table>
<a id="Auth0_ManagementApi_Clients_CustomDomainsClient_VerifyAsync_" data-uid="Auth0.ManagementApi.Clients.CustomDomainsClient.VerifyAsync*"></a>
<h4 id="Auth0_ManagementApi_Clients_CustomDomainsClient_VerifyAsync_System_String_System_Threading_CancellationToken_" data-uid="Auth0.ManagementApi.Clients.CustomDomainsClient.VerifyAsync(System.String,System.Threading.CancellationToken)">VerifyAsync(String, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Run the verification process for the custom domain. </p>
<div class="markdown level1 summary"><p>Run the verification process for the custom domain.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
Expand Down Expand Up @@ -414,6 +418,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.ICustomDomainsClient.html">ICustomDomainsClient</a>
</div>
</article>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">DeviceCredentialsClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html">IDeviceCredentialsClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_DeviceCredentialsClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class DeviceCredentialsClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class DeviceCredentialsClient : BaseClient, IDeviceCredentialsClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -391,6 +395,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IDeviceCredentialsClient.html">IDeviceCredentialsClient</a>
</div>
</article>
</div>

Expand Down
10 changes: 9 additions & 1 deletion docs/api/Auth0.ManagementApi.Clients.EmailProviderClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">EmailProviderClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IEmailProviderClient.html">IEmailProviderClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_EmailProviderClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class EmailProviderClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class EmailProviderClient : BaseClient, IEmailProviderClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -369,6 +373,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IEmailProviderClient.html">IEmailProviderClient</a>
</div>
</article>
</div>

Expand Down
10 changes: 9 additions & 1 deletion docs/api/Auth0.ManagementApi.Clients.EmailTemplatesClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ <h5>Inheritance</h5>
<div class="level1"><a class="xref" href="Auth0.ManagementApi.Clients.BaseClient.html">BaseClient</a></div>
<div class="level2"><span class="xref">EmailTemplatesClient</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Auth0.ManagementApi.Clients.IEmailTemplatesClient.html">IEmailTemplatesClient</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
Expand Down Expand Up @@ -125,7 +129,7 @@ <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Client
<h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6>
<h5 id="Auth0_ManagementApi_Clients_EmailTemplatesClient_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class EmailTemplatesClient : BaseClient</code></pre>
<pre><code class="lang-csharp hljs">public class EmailTemplatesClient : BaseClient, IEmailTemplatesClient</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -378,6 +382,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Auth0.ManagementApi.Clients.IEmailTemplatesClient.html">IEmailTemplatesClient</a>
</div>
</article>
</div>

Expand Down
Loading

0 comments on commit e3684f6

Please sign in to comment.