添加项目文件。
This commit is contained in:
15
KGdev.BI3D.Revit.Common/IAuthProvider.cs
Normal file
15
KGdev.BI3D.Revit.Common/IAuthProvider.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Common
|
||||
{
|
||||
public interface IAuthProvider
|
||||
{
|
||||
bool TryUpdateToken(string key);
|
||||
|
||||
bool ValidateToken(string token);
|
||||
|
||||
bool IsTrial(string token);
|
||||
|
||||
int LicenseTypeInt(string token);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user