Class AbpIdentityClientOptions
Inheritance
object
AbpIdentityClientOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityModel
Assembly: Volo.Abp.IdentityModel.dll
Syntax
public class AbpIdentityClientOptions
Constructors
AbpIdentityClientOptions()
Declaration
public AbpIdentityClientOptions()
Properties
IdentityClients
Declaration
public IdentityClientConfigurationDictionary IdentityClients { get; set; }
Property Value
| Type | Description |
|---|---|
| IdentityClientConfigurationDictionary |
Methods
GetClientConfiguration(ICurrentTenant, string)
Declaration
public IdentityClientConfiguration GetClientConfiguration(ICurrentTenant currentTenant, string identityClientName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ICurrentTenant | currentTenant | |
| string | identityClientName |
Returns
| Type | Description |
|---|---|
| IdentityClientConfiguration |