OAuthUserProvider - конструктор
Пространство имён: Tessa.Web.Client.OAuthСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.0.4
public OAuthUserProvider(
ITessaWebScope scope,
IServiceProvider serviceProvider,
IOptions<WebClientOptions> clientOptions
)
Public Sub New (
scope As ITessaWebScope,
serviceProvider As IServiceProvider,
clientOptions As IOptions(Of WebClientOptions)
)
public:
OAuthUserProvider(
ITessaWebScope^ scope,
IServiceProvider^ serviceProvider,
IOptions<WebClientOptions^>^ clientOptions
)
new :
scope : ITessaWebScope *
serviceProvider : IServiceProvider *
clientOptions : IOptions<WebClientOptions> -> OAuthUserProvider
Параметры
- 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.