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

Создает экземпляр класса OAuthUserProvider.

Definition

Пространство имён: Tessa.Web.Client.OAuth
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
C#
public OAuthUserProvider(
	ITessaWebScope scope,
	IServiceProvider serviceProvider,
	IOptions<WebClientOptions> clientOptions
)

Параметры

scope  ITessaWebScope
serviceProvider  IServiceProvider
Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
clientOptions  IOptionsWebClientOptions
Used to retrieve configured TOptions instances.

См. также