Class OpenIdLocalUserCreationClientOptions
Inheritance
object
OpenIdLocalUserCreationClientOptions
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 OpenIdLocalUserCreationClientOptions
Constructors
OpenIdLocalUserCreationClientOptions()
Declaration
public OpenIdLocalUserCreationClientOptions()
Properties
HttpClientName
Declaration
public string HttpClientName { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
RemoteServiceName
Declaration
public string RemoteServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |