RuleGroupChallengeActionArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupChallengeActionArgs

Properties