aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons/ISecretService.cs
blob: eeabb0d37611d2e60c4fc95e691b590e8ce36339 (plain)
1
2
3
4
5
6
namespace CrupestApi.Commons;

interface ISecretService
{
    List<string> GetPermissions(string secret);
}