Rule Group Challenge Action Args
data class RuleGroupChallengeActionArgs(val customRequestHandling: Output<RuleGroupCustomRequestHandlingArgs>? = null) : ConvertibleToJava<RuleGroupChallengeActionArgs>
Checks that the request has a valid token with an unexpired challenge timestamp and, if not, returns a browser challenge to the client.
Constructors
Link copied to clipboard
fun RuleGroupChallengeActionArgs(customRequestHandling: Output<RuleGroupCustomRequestHandlingArgs>? = null)