Class IdentityService
Inheritance
System.Object
IdentityService
Namespace: TheIdentityHub.AspNetCore.Authentication
Assembly: TheIdentityHub.AspNetCore.Authentication.dll
Syntax
public sealed class IdentityService : object
Constructors
IdentityService(TheIdentityHubOptions, IHttpClientFactory, ILogger<IdentityService>)
Declaration
public IdentityService(TheIdentityHubOptions options, IHttpClientFactory httpClientFactory, ILogger<IdentityService> logger)
Parameters
Type | Name | Description |
---|---|---|
TheIdentityHubOptions | options | |
IHttpClientFactory | httpClientFactory | |
ILogger<IdentityService> | logger |