7 lines
157 B
C#
7 lines
157 B
C#
namespace Kreta.Client.CoreApi.Constant
|
|
{
|
|
internal static class Scope
|
|
{
|
|
public const string Private = "kreta-core-webapi.public";
|
|
}
|
|
}
|