Class UserList<TUser> NamespaceSupabase.Gotrue AssemblySupabase.Gotrue.dll public class UserList<TUser> where TUser : User Type Parameters TUser Inheritance object UserList<TUser> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() 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>