eBay::API::XML::Call::ValidateChallengeInput::ValidateChallengeInputRequestType - eBay::API::XML::Call::ValidateChallengeInput::ValidateChallengeInputRequestType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

Validates the user response to a GetChallengeToken botblock challenge.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::ValidateChallengeInput::ValidateChallengeInputRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

Top

setChallengeToken()

Botblock token that was returned by GetChallengeToken.

  RequiredInput: Yes
#    Argument: 'xs:string'

getChallengeToken()

# Returns: 'xs:string'

setKeepTokenValid()

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

Default: false

  RequiredInput: No
#    Argument: 'xs:boolean'

isKeepTokenValid()

# Returns: 'xs:boolean'

setUserInput()

User response to a botblock challenge.

  RequiredInput: Yes
#    Argument: 'xs:string'

getUserInput()

# Returns: 'xs:string'


eBay-API documentation  | view source Contained in the eBay-API distribution.