INPUT_OBJECT
VerifyRewardedVideoEligibilityCaptchaInput
Inputs for registering a Captcha for WATEB.
link GraphQL Schema definition
1 input VerifyRewardedVideoEligibilityCaptchaInput { 4 2 # Whether we authenticated with V1 or V2 Arkose endpoint. 3 : ArkoseEndpointVersion! 7 5 # The token response from Arkose to verify. 6 : String! 8 }