blob: 20443625c5b125053619a69b7d7a09a0d045fece [file] [log] [blame]
using System.Collections.Generic;
namespace Apache
{
namespace Geode
{
namespace NetCore
{
public interface IAuthInitialize
{
Dictionary<string, string> GetCredentials();
void Close();
}
}
}
}