Table of Contents

Class UserList<TUser>

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll
public class UserList<TUser> where TUser : User

Type Parameters

TUser
Inheritance
UserList<TUser>
Inherited Members

Properties

Aud

[JsonProperty("aud")]
public string? Aud { get; set; }

Property Value

string

Users

[JsonProperty("users")]
public List<TUser> Users { get; set; }

Property Value

List<TUser>