Ejemplo n.º 1
0
 public EnableAuthenticatorModel(
     IManageAuthenticationService manageAuthenticationService,
     UrlEncoder urlEncoder)
 {
     _manageAuthenticationService = manageAuthenticationService;
     _urlEncoder = urlEncoder;
 }
Ejemplo n.º 2
0
 public Disable2faModel(IManageAuthenticationService manageAuthenticationService)
 {
     _manageAuthenticationService = manageAuthenticationService;
 }
Ejemplo n.º 3
0
 public ExternalLoginsModel(IManageAuthenticationService manageAuthenticationService)
 {
     _manageAuthenticationService = manageAuthenticationService;
 }
Ejemplo n.º 4
0
 public TwoFactorAuthenticationModel(IManageAuthenticationService manageAuthenticationService)
 {
     _manageAuthenticationService = manageAuthenticationService;
 }
Ejemplo n.º 5
0
 public ResetAuthenticatorModel(IManageAuthenticationService manageAuthenticationService)
 {
     _manageAuthenticationService = manageAuthenticationService;
 }
 public GenerateRecoveryCodesModel(IManageAuthenticationService manageAuthenticationService)
 {
     _manageAuthenticationService = manageAuthenticationService;
 }