Show / Hide Table of Contents

Class OpenIDConfiguration

The OpenID configuration.

Inheritance
object
Entity
OpenIDConfiguration
Inherited Members
Entity.Id
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2022-2026. All rights reserved.