Skip to content

Commit

Permalink
Release 7.26.2 (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Apr 24, 2024
1 parent 107e7e2 commit c77701a
Show file tree
Hide file tree
Showing 377 changed files with 2,479 additions and 2,333 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.26.1
7.26.2
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [7.26.2](https://github.com/auth0/auth0.net/tree/7.26.2) (2024-04-03)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.26.1...7.26.2)

**Changed**
- Add show_as_button to organizations connection [\#706](https://github.com/auth0/auth0.net/pull/706) ([jpealing-fiscaltec](https://github.com/jpealing-fiscaltec))
- Update LogStreamType to include all types [\#713](https://github.com/auth0/auth0.net/pull/713) ([frederikprijck](https://github.com/frederikprijck))
- Support JWT Access Token Profile values in TokenDialect [\#714](https://github.com/auth0/auth0.net/pull/714) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [7.26.1](https://github.com/auth0/auth0.net/tree/7.26.1) (2024-01-11)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.26.0...7.26.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.26.1</Version>
<Version>7.26.2</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
50 changes: 25 additions & 25 deletions docs/api/Auth0.AuthenticationApi.AuthenticationApiClient.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/auth0/auth0.net/new/release/7.26.1/apiSpec/new?filename=Auth0_AuthenticationApi_AuthenticationApiClientExtensions.md&amp;value=---%0Auid%3A%20Auth0.AuthenticationApi.AuthenticationApiClientExtensions%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/auth0/auth0.net/new/release/7.26.2/apiSpec/new?filename=Auth0_AuthenticationApi_AuthenticationApiClientExtensions.md&amp;value=---%0Auid%3A%20Auth0.AuthenticationApi.AuthenticationApiClientExtensions%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -90,7 +90,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions" class="text-break">
Class AuthenticationApiClientExtensions
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.1/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L8"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.2/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L8"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -158,7 +158,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildAuthorizationUrl_Auth0_AuthenticationApi_IAuthenticationApiClient_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildAuthorizationUrl(Auth0.AuthenticationApi.IAuthenticationApiClient)">
BuildAuthorizationUrl(IAuthenticationApiClient)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.1/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L15"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.2/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L15"><i class="bi bi-code-slash"></i></a>
</h3>

<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>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h4 class="section">Returns</h4>

<h3 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildLogoutUrl_Auth0_AuthenticationApi_IAuthenticationApiClient_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildLogoutUrl(Auth0.AuthenticationApi.IAuthenticationApiClient)">
BuildLogoutUrl(IAuthenticationApiClient)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.1/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L25"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.2/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L25"><i class="bi bi-code-slash"></i></a>
</h3>

<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>
Expand Down Expand Up @@ -236,7 +236,7 @@ <h4 class="section">Returns</h4>

<h3 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildSamlUrl_Auth0_AuthenticationApi_IAuthenticationApiClient_System_String_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildSamlUrl(Auth0.AuthenticationApi.IAuthenticationApiClient,System.String)">
BuildSamlUrl(IAuthenticationApiClient, string)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.1/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L36"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.2/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L36"><i class="bi bi-code-slash"></i></a>
</h3>

<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>
Expand Down Expand Up @@ -278,7 +278,7 @@ <h4 class="section">Returns</h4>

<h3 id="Auth0_AuthenticationApi_AuthenticationApiClientExtensions_BuildWsFedUrl_Auth0_AuthenticationApi_IAuthenticationApiClient_" data-uid="Auth0.AuthenticationApi.AuthenticationApiClientExtensions.BuildWsFedUrl(Auth0.AuthenticationApi.IAuthenticationApiClient)">
BuildWsFedUrl(IAuthenticationApiClient)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.1/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L46"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0.net/blob/release/7.26.2/src/Auth0.AuthenticationApi/AuthenticationApiClientExtensions.cs/#L46"><i class="bi bi-code-slash"></i></a>
</h3>

<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>
Expand Down
Loading

0 comments on commit c77701a

Please sign in to comment.