[ADD] Added base options
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace DotBased.AspNet.Authority.Models.Options;
|
||||
|
||||
public class SignInOptions
|
||||
{
|
||||
public bool RequireValidatedEmail { get; set; }
|
||||
public bool RequireValidatedPhoneNumber { get; set; }
|
||||
public bool RequireConfirmedAccount { get; set; }
|
||||
}
|
Reference in New Issue
Block a user