Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetChallengeTokenResponseType.h
Trading_GetChallengeTokenResponseType.m

Overview

Response to GetChallengeToken request.

@ingroup EBayAPIInterface

Tasks

  •   challengeToken

    Botblock token that is used to validate that the user is a human and not a bot.

    property
  •   imageChallengeURL

    The URL of the image your application should display to
    the user for a botblock challenge.

    property
  •   audioChallengeURL

    The URL of the audio clip your application should provide for sight-impaired users.
    The audio clip corresponds to the image.

    property

Properties

audioChallengeURL

The URL of the audio clip your application should provide for sight-impaired users.
The audio clip corresponds to the image.

@property (nonatomic, retain) NSString *audioChallengeURL

Discussion

The URL of the audio clip your application should provide for sight-impaired users.
The audio clip corresponds to the image.

type : NSString, wrapper for primitive string

Declared In

Trading_GetChallengeTokenResponseType.h

challengeToken

Botblock token that is used to validate that the user is a human and not a bot.

@property (nonatomic, retain) NSString *challengeToken

Discussion

Botblock token that is used to validate that the user is a human and not a bot.

type : NSString, wrapper for primitive string

Declared In

Trading_GetChallengeTokenResponseType.h

imageChallengeURL

The URL of the image your application should display to
the user for a botblock challenge.

@property (nonatomic, retain) NSString *imageChallengeURL

Discussion

The URL of the image your application should display to
the user for a botblock challenge.

type : NSString, wrapper for primitive string

Declared In

Trading_GetChallengeTokenResponseType.h