Skip to content

Commit

Permalink
Deploying to gh-pages from @ 278be21 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Jul 25, 2024
1 parent 531f5ef commit de208e3
Show file tree
Hide file tree
Showing 46 changed files with 7,693 additions and 328 deletions.
52 changes: 46 additions & 6 deletions api/Supabase.Gotrue.AdminUserAttributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="Supabase_Gotrue_AdminUserAttributes" data-uid="Supabase.Gotrue.AdminUserAttributes" class="text-break">
Class AdminUserAttributes <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L74"><i class="bi bi-code-slash"></i></a>
Class AdminUserAttributes <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L81"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -183,7 +183,7 @@ <h2 class="section" id="properties">Properties

<h3 id="Supabase_Gotrue_AdminUserAttributes_AppMetadata" data-uid="Supabase.Gotrue.AdminUserAttributes.AppMetadata">
AppMetadata
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L83"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L90"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>A custom data object for app_metadata that. Can be any JSON serializable data.
Expand Down Expand Up @@ -215,11 +215,51 @@ <h4 class="section">Property Value</h4>



<a id="Supabase_Gotrue_AdminUserAttributes_BanDuration_" data-uid="Supabase.Gotrue.AdminUserAttributes.BanDuration*"></a>

<h3 id="Supabase_Gotrue_AdminUserAttributes_BanDuration" data-uid="Supabase.Gotrue.AdminUserAttributes.BanDuration">
BanDuration
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L124"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Determines how long a user is banned for. </p>
<p>This property is ignored when creating a user.
If you want to create a user banned, first create the user then update it sending this property.</p>
<p>The format for the ban duration follows a strict sequence of decimal numbers with a unit suffix.
Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".</p>
<p>For example, some possible durations include: '300ms', '2h45m', '1200s'.</p>
<p>Setting the ban duration to "none" lifts the ban on the user.</p>
<p>Only a service role can modify.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsonProperty(&quot;ban_duration&quot;)]
public string? BanDuration { get; set; }</code></pre>
</div>





<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>








<a id="Supabase_Gotrue_AdminUserAttributes_EmailConfirm_" data-uid="Supabase.Gotrue.AdminUserAttributes.EmailConfirm*"></a>

<h3 id="Supabase_Gotrue_AdminUserAttributes_EmailConfirm" data-uid="Supabase.Gotrue.AdminUserAttributes.EmailConfirm">
EmailConfirm
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L97"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L104"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Sets if a user has confirmed their email address.
Expand Down Expand Up @@ -253,7 +293,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Supabase_Gotrue_AdminUserAttributes_PhoneConfirm" data-uid="Supabase.Gotrue.AdminUserAttributes.PhoneConfirm">
PhoneConfirm
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L104"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L111"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Sets if a user has confirmed their phone number.
Expand Down Expand Up @@ -287,7 +327,7 @@ <h4 class="section">Property Value</h4>

<h3 id="Supabase_Gotrue_AdminUserAttributes_UserMetadata" data-uid="Supabase.Gotrue.AdminUserAttributes.UserMetadata">
UserMetadata
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L90"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L97"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>A custom data object for user_metadata. Can be any JSON serializable data.
Expand Down Expand Up @@ -321,7 +361,7 @@ <h4 class="section">Property Value</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L74" class="edit-link">Edit this page</a>
<a href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/User.cs/#L81" class="edit-link">Edit this page</a>
</div>


Expand Down
Loading

0 comments on commit de208e3

Please sign in to comment.