Class ExternalLoginProviderConfiguration
Inheritance
System.Object
ExternalLoginProviderConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Web.Security.Identity
Assembly: ImageVault.Web.dll
Syntax
public class ExternalLoginProviderConfiguration
Constructors
ExternalLoginProviderConfiguration()
Declaration
public ExternalLoginProviderConfiguration()
Properties
ApproveUserOnRegister
Declaration
public bool ApproveUserOnRegister { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AutoLogin
Declaration
public bool AutoLogin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Caption
Declaration
public string Caption { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientId
Declaration
public string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientSecret
Declaration
public string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Options
Declaration
public Dictionary<string, string> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |
ProviderType
Declaration
public string ProviderType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Get(String)
Declaration
public string Get(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key |
Returns
| Type | Description |
|---|---|
| System.String |