Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 9, 2023
1 parent 2da2506 commit c8bd6f4
Show file tree
Hide file tree
Showing 489 changed files with 25,952 additions and 27,126 deletions.
4 changes: 2 additions & 2 deletions docs/android/api/Auth0.OidcClient.AndroidBrowserBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,13 @@ <h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>options</code> <span class="xref">BrowserOptions</span></dt>
<dd></dd>
<dt><code>cancellationToken</code> <span class="xref">CancellationToken</span></dt>
<dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></dt>
<dd></dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><span class="xref">Task</span>&lt;<span class="xref">BrowserResult</span>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<span class="xref">BrowserResult</span>&gt;</dt>
<dd></dd>
</dl>

Expand Down
34 changes: 17 additions & 17 deletions docs/android/api/Auth0.OidcClient.Auth0Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ <h1 id="Auth0_OidcClient_Auth0Client" data-uid="Auth0.OidcClient.Auth0Client" cl
<dt>Inheritance</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><span class="xref">Auth0ClientBase</span></div>
<div><a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html">Auth0ClientBase</a></div>
<div><span class="xref">Auth0Client</span></div>
</dd>
</dl>

<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><span class="xref">IAuth0Client</span></div>
<div><a class="xref" href="Auth0.OidcClient.IAuth0Client.html">IAuth0Client</a></div>
</dd>
</dl>

Expand All @@ -131,28 +131,28 @@ <h1 id="Auth0_OidcClient_Auth0Client" data-uid="Auth0.OidcClient.Auth0Client" cl
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Auth0ClientBase.LoginAsync(object, CancellationToken)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_LoginAsync_System_Object_System_Threading_CancellationToken_">Auth0ClientBase.LoginAsync(object, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">Auth0ClientBase.LogoutAsync(bool, object, CancellationToken)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_LogoutAsync_System_Boolean_System_Object_System_Threading_CancellationToken_">Auth0ClientBase.LogoutAsync(bool, object, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Auth0ClientBase.PrepareLoginAsync(object, CancellationToken)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_PrepareLoginAsync_System_Object_System_Threading_CancellationToken_">Auth0ClientBase.PrepareLoginAsync(object, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">Auth0ClientBase.ProcessResponseAsync(string, AuthorizeState, object, CancellationToken)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_ProcessResponseAsync_System_String_IdentityModel_OidcClient_AuthorizeState_System_Object_System_Threading_CancellationToken_">Auth0ClientBase.ProcessResponseAsync(string, AuthorizeState, object, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">Auth0ClientBase.RefreshTokenAsync(string, CancellationToken)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_RefreshTokenAsync_System_String_System_Threading_CancellationToken_">Auth0ClientBase.RefreshTokenAsync(string, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">Auth0ClientBase.RefreshTokenAsync(string, object, CancellationToken)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_RefreshTokenAsync_System_String_System_Object_System_Threading_CancellationToken_">Auth0ClientBase.RefreshTokenAsync(string, object, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">Auth0ClientBase.RefreshTokenAsync(string, string, object, CancellationToken)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_RefreshTokenAsync_System_String_System_String_System_Object_System_Threading_CancellationToken_">Auth0ClientBase.RefreshTokenAsync(string, string, object, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">Auth0ClientBase.GetUserInfoAsync(string)</a>
<a class="xref" href="Auth0.OidcClient.Auth0ClientBase.html#Auth0_OidcClient_Auth0ClientBase_GetUserInfoAsync_System_String_">Auth0ClientBase.GetUserInfoAsync(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a>
Expand Down Expand Up @@ -193,7 +193,7 @@ <h3 id="Auth0_OidcClient_Auth0Client__ctor_Auth0_OidcClient_Auth0ClientOptions_"

</h3>

<div class="markdown level1 summary"><p>Create a new instance of <a class="xref" href="Auth0.OidcClient.Auth0Client.html">Auth0Client</a> with a given <span class="xref">Auth0.OidcClient.Auth0ClientOptions</span>.</p>
<div class="markdown level1 summary"><p>Create a new instance of <a class="xref" href="Auth0.OidcClient.Auth0Client.html">Auth0Client</a> with a given <a class="xref" href="Auth0.OidcClient.Auth0ClientOptions.html">Auth0ClientOptions</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand All @@ -203,8 +203,8 @@ <h3 id="Auth0_OidcClient_Auth0Client__ctor_Auth0_OidcClient_Auth0ClientOptions_"

<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>options</code> <span class="xref">Auth0ClientOptions</span></dt>
<dd><p>The <span class="xref">Auth0.OidcClient.Auth0ClientOptions</span> specifying the configuration to use.</p>
<dt><code>options</code> <a class="xref" href="Auth0.OidcClient.Auth0ClientOptions.html">Auth0ClientOptions</a></dt>
<dd><p>The <a class="xref" href="Auth0.OidcClient.Auth0ClientOptions.html">Auth0ClientOptions</a> specifying the configuration to use.</p>
</dd>
</dl>

Expand All @@ -221,7 +221,7 @@ <h4 class="section" id="Auth0_OidcClient_Auth0Client__ctor_Auth0_OidcClient_Auth
If not supplied it will presume the convention
<pre><code class="lang-csharp">$&quot;{Context.PackageName}://{options.Domain}/android/{Context.PackageName}/callback&quot;.ToLower();</code></pre>.
Your <span class="xref">Android.App.IntentFilterAttribute</span> should have DataScheme, DataPathPrefix and DataHost with values that match.
Alternatively set <span class="xref">Auth0.OidcClient.Auth0ClientOptions</span> RedirectUri and PostLogoutRedirectUri to match your <span class="xref">Android.App.IntentFilterAttribute</span>.
Alternatively set <a class="xref" href="Auth0.OidcClient.Auth0ClientOptions.html">Auth0ClientOptions</a> RedirectUri and PostLogoutRedirectUri to match your <span class="xref">Android.App.IntentFilterAttribute</span>.
DataScheme must be lower-case or Android will not receive the callbacks.
</div>

Expand All @@ -235,7 +235,7 @@ <h3 id="Auth0_OidcClient_Auth0Client__ctor_Auth0_OidcClient_Auth0ClientOptions_A

</h3>

<div class="markdown level1 summary"><p>Create a new instance of <a class="xref" href="Auth0.OidcClient.Auth0Client.html">Auth0Client</a> with a given <span class="xref">Auth0.OidcClient.Auth0ClientOptions</span> and <span class="xref">Android.Content.Context</span>.</p>
<div class="markdown level1 summary"><p>Create a new instance of <a class="xref" href="Auth0.OidcClient.Auth0Client.html">Auth0Client</a> with a given <a class="xref" href="Auth0.OidcClient.Auth0ClientOptions.html">Auth0ClientOptions</a> and <span class="xref">Android.Content.Context</span>.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand All @@ -245,8 +245,8 @@ <h3 id="Auth0_OidcClient_Auth0Client__ctor_Auth0_OidcClient_Auth0ClientOptions_A

<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>options</code> <span class="xref">Auth0ClientOptions</span></dt>
<dd><p>The <span class="xref">Auth0.OidcClient.Auth0ClientOptions</span> specifying the configuration to use.</p>
<dt><code>options</code> <a class="xref" href="Auth0.OidcClient.Auth0ClientOptions.html">Auth0ClientOptions</a></dt>
<dd><p>The <a class="xref" href="Auth0.OidcClient.Auth0ClientOptions.html">Auth0ClientOptions</a> specifying the configuration to use.</p>
</dd>
<dt><code>activity</code> <span class="xref">Activity</span></dt>
<dd><p>The <span class="xref">Android.App.Activity</span> with the <span class="xref">Android.App.IntentFilterAttribute</span> you perform calls to <a class="xref" href="Auth0.OidcClient.Auth0Client.html">Auth0Client</a> from.</p>
Expand Down
Loading

0 comments on commit c8bd6f4

Please sign in to comment.