kreta/Kreta.WebApi/eUgyintezes/Kreta.eUgyintezes.WebApi/Infrastructure/IIdpConfiguration.cs
2024-03-13 00:33:46 +01:00

7 lines
147 B
C#

namespace Kreta.Eugyintezes.WebApi.Infrastructure
{
public interface IIdpConfiguration
{
string TokenIssuerUrl { get; }
}
}