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

RedirectToLoginPage 0
AllowAnonymous 1

Applies to