SessionsController - конструктор

Working with sessions. Open session methods doesn't require authentication via HTTP header or otherwise.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public SessionsController(
	IWebLoginService loginService,
	ISessionService sessionService,
	IWebContextAccessor webContextAccessor,
	IOptions<WebOptions> webOptions,
	IServiceProvider serviceProvider,
	ITwoFactorAuthProcessor twoFactorAuthProcessor,
	ILdapAuthSettings ldapSettings,
	IDbScope dbScope
)

Параметры

loginService  IWebLoginService
 
sessionService  ISessionService
 
webContextAccessor  IWebContextAccessor
 
webOptions  IOptionsWebOptions
 
serviceProvider  IServiceProvider
 
twoFactorAuthProcessor  ITwoFactorAuthProcessor
 
ldapSettings  ILdapAuthSettings
 
dbScope  IDbScope
 

См. также