Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3ffc0ba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Apr 5, 2024
1 parent f798b1f commit 96c5831
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 142 deletions.
72 changes: 39 additions & 33 deletions api/Supabase.Gotrue.Api.html

Large diffs are not rendered by default.

79 changes: 41 additions & 38 deletions api/Supabase.Gotrue.Client.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions api/Supabase.Gotrue.Interfaces.IGotrueApi-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,16 +855,16 @@ <h4 class="section">Returns</h4>

<a id="Supabase_Gotrue_Interfaces_IGotrueApi_2_SignInWithIdToken_" data-uid="Supabase.Gotrue.Interfaces.IGotrueApi`2.SignInWithIdToken*"></a>

<h3 id="Supabase_Gotrue_Interfaces_IGotrueApi_2_SignInWithIdToken_Supabase_Gotrue_Constants_Provider_System_String_System_String_System_String_" data-uid="Supabase.Gotrue.Interfaces.IGotrueApi`2.SignInWithIdToken(Supabase.Gotrue.Constants.Provider,System.String,System.String,System.String)">
SignInWithIdToken(Provider, string, string?, string?)
<h3 id="Supabase_Gotrue_Interfaces_IGotrueApi_2_SignInWithIdToken_Supabase_Gotrue_Constants_Provider_System_String_System_String_System_String_System_String_" data-uid="Supabase.Gotrue.Interfaces.IGotrueApi`2.SignInWithIdToken(Supabase.Gotrue.Constants.Provider,System.String,System.String,System.String,System.String)">
SignInWithIdToken(Provider, string, string?, string?, string?)
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/Interfaces/IGotrueApi.cs/#L25"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">Task&lt;TSession?&gt; SignInWithIdToken(Constants.Provider provider, string idToken, string? nonce = null, string? captchaToken = null)</code></pre>
<pre><code class="lang-csharp hljs">Task&lt;TSession?&gt; SignInWithIdToken(Constants.Provider provider, string idToken, string? accessToken = null, string? nonce = null, string? captchaToken = null)</code></pre>
</div>

<h4 class="section">Parameters</h4>
Expand All @@ -873,6 +873,8 @@ <h4 class="section">Parameters</h4>
<dd></dd>
<dt><code>idToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>accessToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>nonce</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>captchaToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
Expand Down
Loading

0 comments on commit 96c5831

Please sign in to comment.