Class OpenIDConfiguration
The OpenID configuration.
Inherited Members
Namespace: ComponentSpace.OpenID.Configuration
Assembly: ComponentSpace.OpenID.dll
Syntax
public class OpenIDConfiguration : Entity
Properties
ClientConfigurations
Gets or sets the clients configuration.
Declaration
public ClientConfiguration[]? ClientConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| ClientConfiguration[] | The clients configuration. |
Name
Gets or sets the configuration name.
The configuration name is used in multi-tenanted applications to identify which configuration to use.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The configuration name. |
ProviderConfiguration
Gets or sets the OpenID provider configuration.
Declaration
public ProviderConfiguration? ProviderConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| ProviderConfiguration | The OpenID provider configuration. |