Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.23.0 #662

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [7.23.0](https://github.com/auth0/auth0.net/tree/7.23.0) (2023-10-19)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.22.3...7.23.0)

**Added**
- Add roles to OrganizationMember [\#661](https://github.com/auth0/auth0.net/pull/661) ([frederikprijck](https://github.com/frederikprijck))
- Add fields to Organizations Get All Members [\#660](https://github.com/auth0/auth0.net/pull/660) ([frederikprijck](https://github.com/frederikprijck))
- Add external_id on Job [\#658](https://github.com/auth0/auth0.net/pull/658) ([frederikprijck](https://github.com/frederikprijck))
- Add show_as_button to ConnectionBase.cs [\#647](https://github.com/auth0/auth0.net/pull/647) ([dylanAtWork](https://github.com/dylanAtWork))

**Changed**
- Move IsDomainConnection down into ConnectionBase [\#656](https://github.com/auth0/auth0.net/pull/656) ([amummaprojectmanager](https://github.com/amummaprojectmanager))

## [7.22.3](https://github.com/auth0/auth0.net/tree/7.22.3) (2023-08-29)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.22.2...7.22.3)

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.22.3</Version>
<Version>7.23.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
403 changes: 202 additions & 201 deletions docs/api/Auth0.AuthenticationApi.AuthenticationApiClient.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class AuthenticationApiClientExtensions
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class AuthenticationApiClientExtensions
">
<meta name="generator" content="docfx 2.59.4.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class AuthenticationApiClientExtensions
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class AuthenticationApiClientExtensions
">

<link rel="shortcut icon" href="../images/logo.png">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<link rel="shortcut icon" href="../images/logo.png">
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">



</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>

<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
Expand All @@ -35,7 +34,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>

<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../images/logo.svg" alt="">
</a>
Expand All @@ -49,7 +48,7 @@
</div>
</div>
</nav>

<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
Expand All @@ -59,7 +58,7 @@
</div>
</header>
<div role="main" class="container body-content hide-when-search">

<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
Expand All @@ -69,61 +68,62 @@
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions">





<h1 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions" class="text-break">Class AuthenticationApiClientExtensions
</h1>
</h1>
<div class="markdown level0 summary"><p>Additional operations that can be performed against a <a class="xref" href="Auth0.AuthenticationApi.IAuthenticationApiClient.html">IAuthenticationApiClient</a>.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div class="level1"><span class="xref">AuthenticationApiClientExtensions</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Auth0.AuthenticationApi.html">Auth0.AuthenticationApi</a></h6>
<h6><strong>Namespace</strong>: <a class="xref" href="Auth0.html">Auth0</a>.<a class="xref" href="Auth0.AuthenticationApi.html">AuthenticationApi</a></h6>
<h6><strong>Assembly</strong>: Auth0.AuthenticationApi.dll</h6>
<h5 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class AuthenticationApiClientExtensions</code></pre>
</div>
<h3 id="methods">Methods
</h3>
</h3>
<a id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildAuthorizationUrl_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildAuthorizationUrl*"></a>
<h4 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildAuthorizationUrl_Auth0_AuthenticationApi_IAuthenticationApiClient_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildAuthorizationUrl(Auth0.AuthenticationApi.IAuthenticationApiClient)">BuildAuthorizationUrl(IAuthenticationApiClient)</h4>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="Auth0.AuthenticationApi.Builders.AuthorizationUrlBuilder.html">AuthorizationUrlBuilder</a> for building an authorization URL.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static AuthorizationUrlBuilder BuildAuthorizationUrl(this IAuthenticationApiClient client)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -141,7 +141,7 @@ <h5 class="parameters">Parameters</h5>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -161,12 +161,12 @@ <h4 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildLogoutUrl
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="Auth0.AuthenticationApi.Builders.LogoutUrlBuilder.html">LogoutUrlBuilder</a> for building a logout URL.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static LogoutUrlBuilder BuildLogoutUrl(this IAuthenticationApiClient client)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -184,7 +184,7 @@ <h5 class="parameters">Parameters</h5>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -200,16 +200,16 @@ <h5 class="returns">Returns</h5>
</tbody>
</table>
<a id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildSamlUrl_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildSamlUrl*"></a>
<h4 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildSamlUrl_Auth0_AuthenticationApi_IAuthenticationApiClient_System_String_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildSamlUrl(Auth0.AuthenticationApi.IAuthenticationApiClient,System.String)">BuildSamlUrl(IAuthenticationApiClient, String)</h4>
<h4 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildSamlUrl_Auth0_AuthenticationApi_IAuthenticationApiClient_System_String_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildSamlUrl(Auth0.AuthenticationApi.IAuthenticationApiClient,System.String)">BuildSamlUrl(IAuthenticationApiClient, string)</h4>
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.html">SamlUrlBuilder</a> for building a SAML authentication URL.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static SamlUrlBuilder BuildSamlUrl(this IAuthenticationApiClient client, string clientId)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -225,15 +225,15 @@ <h5 class="parameters">Parameters</h5>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
<td><span class="parametername">clientId</span></td>
<td><p>ID of the client.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -243,7 +243,7 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><a class="xref" href="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.html">SamlUrlBuilder</a></td>
<td><p>A new <a class="xref" href="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.html">SamlUrlBuilder</a> configured for this baseUrl and <code data-dev-comment-type="paramref" class="paramref">client</code>.</p>
<td><p>A new <a class="xref" href="Auth0.AuthenticationApi.Builders.SamlUrlBuilder.html">SamlUrlBuilder</a> configured for this baseUrl and <code class="paramref">client</code>.</p>
</td>
</tr>
</tbody>
Expand All @@ -253,12 +253,12 @@ <h4 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildWsFedUrl_
<div class="markdown level1 summary"><p>Creates a <a class="xref" href="Auth0.AuthenticationApi.Builders.WsFedUrlBuilder.html">WsFedUrlBuilder</a> for building a WS-Federation authentication URL.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static WsFedUrlBuilder BuildWsFedUrl(this IAuthenticationApiClient client)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -276,7 +276,7 @@ <h5 class="parameters">Parameters</h5>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Type</th>
Expand All @@ -291,35 +291,36 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>

</article>
</div>

<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<h5>In this article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>

<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>

<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>

<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
Expand Down
Loading