UnauthenticatedClientAction Enum

Definition

Defines values for UnauthenticatedClientAction.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum UnauthenticatedClientAction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type UnauthenticatedClientAction = 
Public Enum UnauthenticatedClientAction
Inheritance
UnauthenticatedClientAction
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

AllowAnonymous 1
RedirectToLoginPage 0

Applies to