MODEL: Authentication


    
        protected class DGLoginAuthenticate
        {
            public string ClientID { get; set; }
            public string UserName { get; set; }
            public string Secret { get; set; }
        }