EnterpriseKeyTestingOptions

data class EnterpriseKeyTestingOptions(val testingChallenge: String? = null, val testingScore: Double? = null)

Constructors

Link copied to clipboard
constructor(testingChallenge: String? = null, testingScore: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if UNSOLVABLE_CHALLENGE. Possible values: TESTING_CHALLENGE_UNSPECIFIED, NOCAPTCHA, UNSOLVABLE_CHALLENGE

Link copied to clipboard
val testingScore: Double? = null

All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.