public RecoverAcceptStartTransitionHandler(IJwtComposer jwtComposer, StopFlowCommand stopFlowCommand, IUrlProvider urlProvider, IOwnIdCoreConfiguration coreConfiguration, TrySwitchToFido2FlowCommand trySwitchToFido2FlowCommand, RecoverAccountCommand recoverAccountCommand, SetNewEncryptionTokenCommand setNewEncryptionTokenCommand, IIdentitiesProvider identitiesProvider, VerifyFido2CredentialIdCommand verifyFido2CredentialIdCommand) : base(jwtComposer, stopFlowCommand, urlProvider, coreConfiguration, trySwitchToFido2FlowCommand, setNewEncryptionTokenCommand, identitiesProvider, verifyFido2CredentialIdCommand) { _recoverAccountCommand = recoverAccountCommand; }
public AcceptStartTransitionHandler(IJwtComposer jwtComposer, StopFlowCommand stopFlowCommand, IUrlProvider urlProvider, IOwnIdCoreConfiguration coreConfiguration, TrySwitchToFido2FlowCommand trySwitchToFido2FlowCommand, SetNewEncryptionTokenCommand setNewEncryptionTokenCommand, IIdentitiesProvider identitiesProvider, VerifyFido2CredentialIdCommand verifyFido2CredentialIdCommand) : base(jwtComposer, stopFlowCommand, urlProvider) { _coreConfiguration = coreConfiguration; _trySwitchToFido2FlowCommand = trySwitchToFido2FlowCommand; _setNewEncryptionTokenCommand = setNewEncryptionTokenCommand; _identitiesProvider = identitiesProvider; _verifyFido2CredentialIdCommand = verifyFido2CredentialIdCommand; }