Example #1
0
 public bool IsValid()
 {
     return(!ClientId.IsNullOrWhiteSpace() && !ClientSecret.IsNullOrWhiteSpace());
 }