public RequestPasswordModel(IOptions<RedaktIdentityServerOptions> options, IIdentityStore identityStore, IMessagingService messagingService, IRepository<PasswordResetTokenEntity> tokenRepository)

Parameters

options IOptions<RedaktIdentityServerOptions>
identityStore IIdentityStore
messagingService IMessagingService
tokenRepository IRepository<T>
In this article