Sign in
apache
/
geode-dotnet-core-client
/
2bd66beb35252d21fcecfa52ca38b63bd378c8de
/
.
/
Apache.Geode.DotNetCore
/
AuthInitialize.cs
blob: a29c2866b02fe1a1075d59045459e154ac211354 [
file
] [
log
] [
blame
]
using
System
.
Collections
.
Generic
;
namespace
Apache
{
namespace
Geode
{
namespace
DotNetCore
{
public
interface
IAuthInitialize
{
Dictionary
<
string
,
string
>
GetCredentials
();
void
Close
();
}
}
}
}