8 lines
157 B
C#
8 lines
157 B
C#
|
namespace IdentityServer.Domain.Models.Config
|
|||
|
{
|
|||
|
public class RestrictionsConfig
|
|||
|
{
|
|||
|
public int MaxFailedLoginAttempts { get; set; }
|
|||
|
}
|
|||
|
}
|