Example #1
0
 public YggdrasilRefreshAuth(string at, YggdrasilHelper helper)
 {
     AccessToken = at;
     this.helper = helper;
 }
Example #2
0
 public YggdrasilValidateAuth(string at, YggdrasilHelper helper)
 {
     AccessToken = at;
     this.helper = helper;
 }
Example #3
0
 public YggdrasilLoginAuth(string em, string pw, YggdrasilHelper helper)
 {
     Email = em;
     Password = pw;
     this.helper = helper;
 }