Exemple #1
0
 public static void SetUsername(string username, string password, string domain)
 {
     StardustConfigCredentials.SetUsername(username, password, domain);
 }
Exemple #2
0
 public static void SetApiToken(IConfigReader reader, string token, string tokenKey)
 {
     StardustConfigCredentials.SetApiToken(token, tokenKey);
 }