mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-04-05 05:51:27 +02:00
8 lines
247 B
C#
8 lines
247 B
C#
namespace DotBased.AspNet.Authority.Models.Options;
|
|
|
|
public class SignInOptions
|
|
{
|
|
public bool RequireValidatedEmail { get; set; }
|
|
public bool RequireValidatedPhoneNumber { get; set; }
|
|
public bool RequireConfirmedAccount { get; set; }
|
|
} |