Class OpenIdLocalUserCreationClient
Inheritance
object
OpenIdLocalUserCreationClient
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Authentication.OpenIdConnect
Assembly: Volo.Abp.AspNetCore.Authentication.OpenIdConnect.dll
Syntax
public class OpenIdLocalUserCreationClient : IOpenIdLocalUserCreationClient, ITransientDependency
Constructors
OpenIdLocalUserCreationClient(IOptions<OpenIdLocalUserCreationClientOptions>, IHttpClientFactory, IRemoteServiceConfigurationProvider)
Declaration
public OpenIdLocalUserCreationClient(IOptions<OpenIdLocalUserCreationClientOptions> options, IHttpClientFactory httpClientFactory, IRemoteServiceConfigurationProvider remoteServiceConfigurationProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.Options.IOptions<TOptions><OpenIdLocalUserCreationClientOptions> | options | |
| System.Net.Http.IHttpClientFactory | httpClientFactory | |
| IRemoteServiceConfigurationProvider | remoteServiceConfigurationProvider |
Properties
HttpClientFactory
Declaration
protected IHttpClientFactory HttpClientFactory { get; }
Property Value
| Type | Description |
|---|---|
| System.Net.Http.IHttpClientFactory |
Options
Declaration
protected OpenIdLocalUserCreationClientOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| OpenIdLocalUserCreationClientOptions |
RemoteServiceConfigurationProvider
Declaration
protected IRemoteServiceConfigurationProvider RemoteServiceConfigurationProvider { get; }
Property Value
| Type | Description |
|---|---|
| IRemoteServiceConfigurationProvider |
Methods
CreateOrUpdateAsync(TokenValidatedContext)
Declaration
public virtual Task CreateOrUpdateAsync(TokenValidatedContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Authentication.OpenIdConnect.TokenValidatedContext | context |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |