RuleGroupChallengeAction

data class RuleGroupChallengeAction(val customRequestHandling: RuleGroupCustomRequestHandling? = null)

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 RuleGroupChallengeAction(customRequestHandling: RuleGroupCustomRequestHandling? = null)

Types

Link copied to clipboard
object Companion

Properties