Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_XMLRequesterCredentialsType.h
Trading_XMLRequesterCredentialsType.m

Overview

@ingroup EBayAPIInterface

Tasks

  •   username

    eBay user ID (i.e., eBay.com Web site login name) for the user the application
    is retrieving a token for. This is typically the application’s end-user (not
    the developer).

    property
  •   password

    Password for the user specified in Username.

    property
  •   eBayAuthToken

    Authentication token representing the user who is making the request. The
    user’s token must be retrieved from eBay. To determine a user’s authentication
    token, see the Authentication and Authorization information in the eBay Web
    Services guide. For calls that list or retrieve item or transaction data, the
    user usually needs to be the seller of the item in question or, in some cases,
    the buyer. Similarly, calls that retrieve user or account data may be
    restricted to the user whose data is being requested. The documentation for
    each call includes information about such restrictions.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_XMLRequesterCredentialsType.h

eBayAuthToken

Authentication token representing the user who is making the request. The
user’s token must be retrieved from eBay. To determine a user’s authentication
token, see the Authentication and Authorization information in the eBay Web
Services guide. For calls that list or retrieve item or transaction data, the
user usually needs to be the seller of the item in question or, in some cases,
the buyer. Similarly, calls that retrieve user or account data may be
restricted to the user whose data is being requested. The documentation for
each call includes information about such restrictions.

@property (nonatomic, retain) NSString *eBayAuthToken

Discussion

Authentication token representing the user who is making the request. The
user’s token must be retrieved from eBay. To determine a user’s authentication
token, see the Authentication and Authorization information in the eBay Web
Services guide. For calls that list or retrieve item or transaction data, the
user usually needs to be the seller of the item in question or, in some cases,
the buyer. Similarly, calls that retrieve user or account data may be
restricted to the user whose data is being requested. The documentation for
each call includes information about such restrictions.

type : NSString, wrapper for primitive string

Declared In

Trading_XMLRequesterCredentialsType.h

password

Password for the user specified in Username.

@property (nonatomic, retain) NSString *password

Discussion

Password for the user specified in Username.

type : NSString, wrapper for primitive string

Declared In

Trading_XMLRequesterCredentialsType.h

username

eBay user ID (i.e., eBay.com Web site login name) for the user the application
is retrieving a token for. This is typically the application’s end-user (not
the developer).

@property (nonatomic, retain) NSString *username

Discussion

eBay user ID (i.e., eBay.com Web site login name) for the user the application
is retrieving a token for. This is typically the application’s end-user (not
the developer).

type : NSString, wrapper for primitive string

Declared In

Trading_XMLRequesterCredentialsType.h