namespace Inotify.ThridOauth.Entity { public class CredentialSetting { /// /// AppKey /// public string ClientId { get; set; } /// /// AppSecret /// public string ClientSecret { get; set; } } }