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