7 lines
147 B
C#
7 lines
147 B
C#
namespace Kreta.Eugyintezes.WebApi.Infrastructure
|
|
{
|
|
public interface IIdpConfiguration
|
|
{
|
|
string TokenIssuerUrl { get; }
|
|
}
|
|
}
|