|
16 | 16 | <meta name="docfx:rel" content="../">
|
17 | 17 |
|
18 | 18 |
|
19 |
| - <meta name="docfx:docurl" content="https://github.com/supabase-community/gotrue-csharp/new/release/5.0.1/apiSpec/new?filename=Supabase_Gotrue_AdminClient.md&value=---%0Auid%3A%20Supabase.Gotrue.AdminClient%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
| 19 | + <meta name="docfx:docurl" content="https://github.com/supabase-community/gotrue-csharp/new/master/apiSpec/new?filename=Supabase_Gotrue_AdminClient.md&value=---%0Auid%3A%20Supabase.Gotrue.AdminClient%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> |
20 | 20 | <meta name="loc:inThisArticle" content="In this article">
|
21 | 21 | <meta name="loc:searchResultsCount" content="{count} results for "{query}"">
|
22 | 22 | <meta name="loc:searchNoResults" content="No results for "{query}"">
|
@@ -89,7 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
|
89 | 89 |
|
90 | 90 |
|
91 | 91 | <h1 id="Supabase_Gotrue_AdminClient" data-uid="Supabase.Gotrue.AdminClient" class="text-break">
|
92 |
| -Class AdminClient <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L16"><i class="bi bi-code-slash"></i></a> |
| 92 | +Class AdminClient <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L16"><i class="bi bi-code-slash"></i></a> |
93 | 93 | </h1>
|
94 | 94 |
|
95 | 95 | <div class="facts text-secondary">
|
@@ -166,7 +166,7 @@ <h2 class="section" id="constructors">Constructors
|
166 | 166 |
|
167 | 167 | <h3 id="Supabase_Gotrue_AdminClient__ctor_System_String_Supabase_Gotrue_ClientOptions_" data-uid="Supabase.Gotrue.AdminClient.#ctor(System.String,Supabase.Gotrue.ClientOptions)">
|
168 | 168 | AdminClient(string, ClientOptions?)
|
169 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L28"><i class="bi bi-code-slash"></i></a> |
| 169 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L28"><i class="bi bi-code-slash"></i></a> |
170 | 170 | </h3>
|
171 | 171 |
|
172 | 172 | <div class="markdown level1 summary"><p>Initialize the client with a service key.</p>
|
@@ -205,7 +205,7 @@ <h2 class="section" id="properties">Properties
|
205 | 205 |
|
206 | 206 | <h3 id="Supabase_Gotrue_AdminClient_GetHeaders" data-uid="Supabase.Gotrue.AdminClient.GetHeaders">
|
207 | 207 | GetHeaders
|
208 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L40"><i class="bi bi-code-slash"></i></a> |
| 208 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L40"><i class="bi bi-code-slash"></i></a> |
209 | 209 | </h3>
|
210 | 210 |
|
211 | 211 | <div class="markdown level1 summary"><p>Headers sent to the API on every request.</p>
|
@@ -237,7 +237,7 @@ <h4 class="section">Property Value</h4>
|
237 | 237 |
|
238 | 238 | <h3 id="Supabase_Gotrue_AdminClient_Options" data-uid="Supabase.Gotrue.AdminClient.Options">
|
239 | 239 | Options
|
240 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L21"><i class="bi bi-code-slash"></i></a> |
| 240 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L21"><i class="bi bi-code-slash"></i></a> |
241 | 241 | </h3>
|
242 | 242 |
|
243 | 243 | <div class="markdown level1 summary"><p>The initialized client options.</p>
|
@@ -273,7 +273,7 @@ <h2 class="section" id="methods">Methods
|
273 | 273 |
|
274 | 274 | <h3 id="Supabase_Gotrue_AdminClient_CreateUser_Supabase_Gotrue_AdminUserAttributes_" data-uid="Supabase.Gotrue.AdminClient.CreateUser(Supabase.Gotrue.AdminUserAttributes)">
|
275 | 275 | CreateUser(AdminUserAttributes)
|
276 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L89"><i class="bi bi-code-slash"></i></a> |
| 276 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L89"><i class="bi bi-code-slash"></i></a> |
277 | 277 | </h3>
|
278 | 278 |
|
279 | 279 | <div class="markdown level1 summary"><p>Creates a user using the admin key (not the anonymous key).
|
@@ -311,7 +311,7 @@ <h4 class="section">Returns</h4>
|
311 | 311 |
|
312 | 312 | <h3 id="Supabase_Gotrue_AdminClient_CreateUser_System_String_System_String_Supabase_Gotrue_AdminUserAttributes_" data-uid="Supabase.Gotrue.AdminClient.CreateUser(System.String,System.String,Supabase.Gotrue.AdminUserAttributes)">
|
313 | 313 | CreateUser(string, string, AdminUserAttributes?)
|
314 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L79"><i class="bi bi-code-slash"></i></a> |
| 314 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L79"><i class="bi bi-code-slash"></i></a> |
315 | 315 | </h3>
|
316 | 316 |
|
317 | 317 | <div class="markdown level1 summary"><p>Creates a user using the admin key (not the anonymous key).
|
@@ -353,7 +353,7 @@ <h4 class="section">Returns</h4>
|
353 | 353 |
|
354 | 354 | <h3 id="Supabase_Gotrue_AdminClient_DeleteUser_System_String_" data-uid="Supabase.Gotrue.AdminClient.DeleteUser(System.String)">
|
355 | 355 | DeleteUser(string)
|
356 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L71"><i class="bi bi-code-slash"></i></a> |
| 356 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L71"><i class="bi bi-code-slash"></i></a> |
357 | 357 | </h3>
|
358 | 358 |
|
359 | 359 | <div class="markdown level1 summary"><p>Creates a user using the admin key (not the anonymous key).
|
@@ -391,7 +391,7 @@ <h4 class="section">Returns</h4>
|
391 | 391 |
|
392 | 392 | <h3 id="Supabase_Gotrue_AdminClient_GenerateLink_Supabase_Gotrue_GenerateLinkOptions_" data-uid="Supabase.Gotrue.AdminClient.GenerateLink(Supabase.Gotrue.GenerateLinkOptions)">
|
393 | 393 | GenerateLink(GenerateLinkOptions)
|
394 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L103"><i class="bi bi-code-slash"></i></a> |
| 394 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L103"><i class="bi bi-code-slash"></i></a> |
395 | 395 | </h3>
|
396 | 396 |
|
397 | 397 | <div class="markdown level1 summary"><p>Generates email links and OTPs to be sent via a custom email provider.</p>
|
@@ -429,7 +429,7 @@ <h4 class="section">Returns</h4>
|
429 | 429 |
|
430 | 430 | <h3 id="Supabase_Gotrue_AdminClient_GetUser_System_String_" data-uid="Supabase.Gotrue.AdminClient.GetUser(System.String)">
|
431 | 431 | GetUser(string)
|
432 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L60"><i class="bi bi-code-slash"></i></a> |
| 432 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L60"><i class="bi bi-code-slash"></i></a> |
433 | 433 | </h3>
|
434 | 434 |
|
435 | 435 | <div class="markdown level1 summary"><p>Gets a user from a user's JWT. This is using the GoTrue server to validate a user's JWT.</p>
|
@@ -466,7 +466,7 @@ <h4 class="section">Returns</h4>
|
466 | 466 |
|
467 | 467 | <h3 id="Supabase_Gotrue_AdminClient_GetUserById_System_String_" data-uid="Supabase.Gotrue.AdminClient.GetUserById(System.String)">
|
468 | 468 | GetUserById(string)
|
469 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L57"><i class="bi bi-code-slash"></i></a> |
| 469 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L57"><i class="bi bi-code-slash"></i></a> |
470 | 470 | </h3>
|
471 | 471 |
|
472 | 472 | <div class="markdown level1 summary"><p>Gets a user by ID from the server using the admin key (not the anonymous key).</p>
|
@@ -503,7 +503,7 @@ <h4 class="section">Returns</h4>
|
503 | 503 |
|
504 | 504 | <h3 id="Supabase_Gotrue_AdminClient_InviteUserByEmail_System_String_Supabase_Gotrue_InviteUserByEmailOptions_" data-uid="Supabase.Gotrue.AdminClient.InviteUserByEmail(System.String,Supabase.Gotrue.InviteUserByEmailOptions)">
|
505 | 505 | InviteUserByEmail(string, InviteUserByEmailOptions?)
|
506 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L63"><i class="bi bi-code-slash"></i></a> |
| 506 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L63"><i class="bi bi-code-slash"></i></a> |
507 | 507 | </h3>
|
508 | 508 |
|
509 | 509 | <div class="markdown level1 summary"><p>Sends an email to the user.</p>
|
@@ -542,7 +542,7 @@ <h4 class="section">Returns</h4>
|
542 | 542 |
|
543 | 543 | <h3 id="Supabase_Gotrue_AdminClient_ListUsers_System_String_System_String_Supabase_Gotrue_Constants_SortOrder_System_Nullable_System_Int32__System_Nullable_System_Int32__" data-uid="Supabase.Gotrue.AdminClient.ListUsers(System.String,System.String,Supabase.Gotrue.Constants.SortOrder,System.Nullable{System.Int32},System.Nullable{System.Int32})">
|
544 | 544 | ListUsers(string?, string?, SortOrder, int?, int?)
|
545 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L92"><i class="bi bi-code-slash"></i></a> |
| 545 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L92"><i class="bi bi-code-slash"></i></a> |
546 | 546 | </h3>
|
547 | 547 |
|
548 | 548 | <div class="markdown level1 summary"><p>Lists users</p>
|
@@ -592,7 +592,7 @@ <h4 class="section">Returns</h4>
|
592 | 592 |
|
593 | 593 | <h3 id="Supabase_Gotrue_AdminClient_Update_Supabase_Gotrue_UserAttributes_" data-uid="Supabase.Gotrue.AdminClient.Update(Supabase.Gotrue.UserAttributes)">
|
594 | 594 | Update(UserAttributes)
|
595 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L116"><i class="bi bi-code-slash"></i></a> |
| 595 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L116"><i class="bi bi-code-slash"></i></a> |
596 | 596 | </h3>
|
597 | 597 |
|
598 | 598 | <div class="markdown level1 summary"><p>Updates a User using the service key</p>
|
@@ -629,7 +629,7 @@ <h4 class="section">Returns</h4>
|
629 | 629 |
|
630 | 630 | <h3 id="Supabase_Gotrue_AdminClient_UpdateUserById_System_String_Supabase_Gotrue_AdminUserAttributes_" data-uid="Supabase.Gotrue.AdminClient.UpdateUserById(System.String,Supabase.Gotrue.AdminUserAttributes)">
|
631 | 631 | UpdateUserById(string, AdminUserAttributes)
|
632 |
| - <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L98"><i class="bi bi-code-slash"></i></a> |
| 632 | + <a class="header-action link-secondary" title="View source" href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L98"><i class="bi bi-code-slash"></i></a> |
633 | 633 | </h3>
|
634 | 634 |
|
635 | 635 | <div class="markdown level1 summary"><p>Update user by Id</p>
|
@@ -668,7 +668,7 @@ <h4 class="section">Returns</h4>
|
668 | 668 | </article>
|
669 | 669 |
|
670 | 670 | <div class="contribution d-print-none">
|
671 |
| - <a href="https://github.com/supabase-community/gotrue-csharp/blob/release/5.0.1/Gotrue/AdminClient.cs/#L16" class="edit-link">Edit this page</a> |
| 671 | + <a href="https://github.com/supabase-community/gotrue-csharp/blob/master/Gotrue/AdminClient.cs/#L16" class="edit-link">Edit this page</a> |
672 | 672 | </div>
|
673 | 673 |
|
674 | 674 |
|
|
0 commit comments