INPUT_OBJECT

VerifyRewardedVideoEligibilityCaptchaInput

Inputs for registering a Captcha for WATEB.

link GraphQL Schema definition

1input VerifyRewardedVideoEligibilityCaptchaInput {
4
2# Whether we authenticated with V1 or V2 Arkose endpoint.
3arkoseEndpointVersion: ArkoseEndpointVersion!
7
5# The token response from Arkose to verify.
6sessionToken: String!
8}