ApiAccessTokensController - конструктор
Working with API access tokens.
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public ApiAccessTokensController(
IApiAccessTokenService tokenService
)
Public Sub New (
tokenService As IApiAccessTokenService
)
public:
ApiAccessTokensController(
IApiAccessTokenService^ tokenService
)
new :
tokenService : IApiAccessTokenService -> ApiAccessTokensController
Параметры
- tokenService IApiAccessTokenService
Service for managing API access tokens.