init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace Kreta.Client.FileService.Configuration
|
||||
{
|
||||
public interface IFileServiceClientConfiguration
|
||||
{
|
||||
string IDPUrl { get; }
|
||||
|
||||
string FileUploadUrl { get; }
|
||||
|
||||
string PublicClientId { get; }
|
||||
|
||||
string PublicClientSecret { get; }
|
||||
|
||||
string PrivateClientId { get; }
|
||||
|
||||
string PrivateClientSecret { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user