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