Show / Hide Table of Contents

Class OpenIDConfiguration

The OpenID configuration.

Inheritance
System.Object
Entity
OpenIDConfiguration
Inherited Members
Entity.Id
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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. All rights reserved.