[ADD] Added verifiers, validators & config.
This commit is contained in:
@@ -2,7 +2,7 @@ namespace DotBased.AspNet.Authority.Models.Options;
|
||||
|
||||
public class SignInOptions
|
||||
{
|
||||
public bool RequireValidatedEmail { get; set; }
|
||||
public bool RequireValidatedPhoneNumber { get; set; }
|
||||
public bool RequireVerifiedEmail { get; set; }
|
||||
public bool RequireVerifiedPhoneNumber { get; set; }
|
||||
public bool RequireConfirmedAccount { get; set; }
|
||||
}
|
Reference in New Issue
Block a user