WebAclChallengeAction

data class WebAclChallengeAction(val customRequestHandling: WebAclCustomRequestHandling? = 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 WebAclChallengeAction(customRequestHandling: WebAclCustomRequestHandling? = null)

Types

Link copied to clipboard
object Companion

Properties