8 lines
147 B
C#
8 lines
147 B
C#
|
namespace IdentityServer.Application.Services.Abstractions
|
|||
|
{
|
|||
|
public interface IBehaviorService
|
|||
|
{
|
|||
|
void FillTokenStore();
|
|||
|
}
|
|||
|
}
|