Class AuthenticationConfiguration
Inheritance
System.Object
AuthenticationConfiguration
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: Experior.Interfaces.ApplicationSettings
Assembly: Experior.Interfaces.dll
Syntax
public class AuthenticationConfiguration
Properties
AllowInsecureHttp
Declaration
public bool AllowInsecureHttp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TokenExpirationInHours
Declaration
public int TokenExpirationInHours { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TokenPath
Declaration
public string TokenPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseWebApiAuthorization
Declaration
public bool UseWebApiAuthorization { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |