The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

eBay::API::XML::Call::ValidateChallengeInput

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::ValidateChallengeInput inherits from the eBay::API::XML::BaseCall class

Subroutines:

setChallengeToken()

Botblock token that was returned by GetChallengeToken.

RequiredInput: Yes
#    Argument: 'xs:string'

setKeepTokenValid()

Whether the challenge token should remain valid for up to two minutes.

Default: false

RequiredInput: No
#    Argument: 'xs:boolean'

setUserInput()

User response to a botblock challenge.

RequiredInput: Yes
#    Argument: 'xs:string'

isValidToken()

Indicates whether the token is valid.

Returned: Always
#    Returns: 'xs:boolean'