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