Class BotDetectionChallengePolicyPasswordFlowEnum.Values
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Constant strings for enum values
[Serializable]
public static class BotDetectionChallengePolicyPasswordFlowEnum.Values
- Inheritance
-
BotDetectionChallengePolicyPasswordFlowEnum.Values
- Inherited Members
Fields
Always
public const string Always = "always"
Field Value
Never
public const string Never = "never"
Field Value
WhenRisky
public const string WhenRisky = "when_risky"