using Newtonsoft.Json; namespace MatrixDotNetLib { public class MatrixLoginType { /// /// Gets or sets the login type /// [JsonProperty("type")] public string LoginType { get; set; } } }