OBJECT

VerifyRewardedVideoEligibilityCaptchaPayload

The response from verifying a captcha with rewarded video systems.

link GraphQL Schema definition

1type VerifyRewardedVideoEligibilityCaptchaPayload {
2
3# The error (if one exists) returned from validating the captcha token.
4error: VerifyRewardedVideoEligibilityCaptchaError
5
6}