init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Kreta.Client.KGR.Configuration
|
||||
{
|
||||
public interface IKGRClientConfiguration
|
||||
{
|
||||
string IDPUrl { get; }
|
||||
string KGRUrl { get; }
|
||||
string PrivateClientId { get; }
|
||||
string PrivateClientSecret { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user