Example #1
0
 public MCApiToken(AuthedEndpoint ae)
 {
     AE = ae;
 }
Example #2
0
 public MCAPIToken(AuthedEndpoint authEndpoint)
 {
     authedEndpoint = authEndpoint;
 }
Example #3
0
 public void ss()
 {
     AuthedEndpoint ae = new AuthedEndpoint("");
 }