using Newtonsoft.Json; using System; namespace MatrixDotNetLib { public class MatrixLoginFlows { /// /// Gets or sets the array of available login types /// [JsonProperty("flows")] public MatrixLoginType[] LoginFlows { get; set; } } }