Example #1
0
 public Builder SetAuthChallenge(CommandAuthChallenge value)
 {
     _base.authChallenge = value ?? throw new NullReferenceException();
     return(this);
 }
Example #2
0
 public Builder()
 {
     _auth = new CommandAuthChallenge();
 }