Esempio n. 1
0
 private static bool GetBintrayToken(ScopedRegistry registry, string username, string password)
 {
     registry.token = NPMLogin.GetBintrayToken(username, password);
     return(!string.IsNullOrEmpty(registry.token));
 }
 private static void GetBintrayToken(ScopedRegistry registry, string username, string password)
 {
     registry.token = NPMLogin.GetBintrayToken(username, password);
 }