Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_ValidateChallengeInputRequestType.h
Trading_ValidateChallengeInputRequestType.m

Overview

Validates the user response to a GetChallengeToken
botblock challenge.

@ingroup EBayAPIInterface

Tasks

  •   challengeToken

    Botblock token that was returned by GetChallengeToken.

    property
  •   userInput

    User response to a botblock challenge.

    property
  •   keepTokenValid

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

    property

Properties

challengeToken

Botblock token that was returned by GetChallengeToken.

@property (nonatomic, retain) NSString *challengeToken

Discussion

Botblock token that was returned by GetChallengeToken.

type : NSString, wrapper for primitive string

Declared In

Trading_ValidateChallengeInputRequestType.h

keepTokenValid

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

@property (nonatomic, retain) NSNumber *keepTokenValid

Discussion

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

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ValidateChallengeInputRequestType.h

userInput

User response to a botblock challenge.

@property (nonatomic, retain) NSString *userInput

Discussion

User response to a botblock challenge.

type : NSString, wrapper for primitive string

Declared In

Trading_ValidateChallengeInputRequestType.h