예제 #1
0
 public bool Valid()
 {
     return(ClientId.NotNullOrEmpty(ClientSecret, Username, Password, RedirectUrl, UserAgent));
 }