627fb0a30aa96a041d7d599b106b85bda7c589ee
[moonshot-ui.git] / src / moonshot-id.vala
1
2 class IdCard : Object {
3
4     public string issuer { get; set; default = null; }
5     public string username { get; set; default = null; }
6     public string password { get; set; default = null; }
7     public string[] services { get; set; default = null; }
8     public int number { get; set; default = -1; }
9
10 }