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

Overview

@ingroup EBayAPIInterface

Tasks

  •   appId

    The application ID that is unique to each application you (or your company)
    has registered with the eBay Developers Program. If you are executing a call
    in the Sandbox, this is the “AppId” value that eBay issued to you when you
    received your Sandbox keys. If you are executing a call in Production, this is
    the “AppId” value that eBay issued to you when you received your Production
    keys.

    property
  •   devId

    The unique developer ID that the eBay Developers Program issued to you (or
    your company). If you are executing a call in the Sandbox, this is the “DevId"
    value that eBay issued to you when you received your Sandbox keys. Typically,
    you receive your Sandbox keys when you register as a new developer. If you are
    executing a call in Production, this is the "DevId” value that eBay issued to
    you when you received your Production keys. Typically, you receive your
    Production keys when you certify an application.

    property
  •   authCert

    Authentication certificate that authenticates the application when making API
    calls. If you are executing a call in the Sandbox, this is the “CertId” value
    that eBay issued to you when you received your Sandbox keys. If you are
    executing a call in Production, this is the “CertId” value that eBay issued to
    you when you received your Production keys. This is unrelated to auth tokens.

    property
  •   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
  •   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_UserIdPasswordType.h

appId

The application ID that is unique to each application you (or your company)
has registered with the eBay Developers Program. If you are executing a call
in the Sandbox, this is the “AppId” value that eBay issued to you when you
received your Sandbox keys. If you are executing a call in Production, this is
the “AppId” value that eBay issued to you when you received your Production
keys.

@property (nonatomic, retain) NSString *appId

Discussion

The application ID that is unique to each application you (or your company)
has registered with the eBay Developers Program. If you are executing a call
in the Sandbox, this is the “AppId” value that eBay issued to you when you
received your Sandbox keys. If you are executing a call in Production, this is
the “AppId” value that eBay issued to you when you received your Production
keys.

type : NSString, wrapper for primitive string

Declared In

Trading_UserIdPasswordType.h

authCert

Authentication certificate that authenticates the application when making API
calls. If you are executing a call in the Sandbox, this is the “CertId” value
that eBay issued to you when you received your Sandbox keys. If you are
executing a call in Production, this is the “CertId” value that eBay issued to
you when you received your Production keys. This is unrelated to auth tokens.

@property (nonatomic, retain) NSString *authCert

Discussion

Authentication certificate that authenticates the application when making API
calls. If you are executing a call in the Sandbox, this is the “CertId” value
that eBay issued to you when you received your Sandbox keys. If you are
executing a call in Production, this is the “CertId” value that eBay issued to
you when you received your Production keys. This is unrelated to auth tokens.

type : NSString, wrapper for primitive string

Declared In

Trading_UserIdPasswordType.h

devId

The unique developer ID that the eBay Developers Program issued to you (or
your company). If you are executing a call in the Sandbox, this is the “DevId"
value that eBay issued to you when you received your Sandbox keys. Typically,
you receive your Sandbox keys when you register as a new developer. If you are
executing a call in Production, this is the "DevId” value that eBay issued to
you when you received your Production keys. Typically, you receive your
Production keys when you certify an application.

@property (nonatomic, retain) NSString *devId

Discussion

The unique developer ID that the eBay Developers Program issued to you (or
your company). If you are executing a call in the Sandbox, this is the “DevId"
value that eBay issued to you when you received your Sandbox keys. Typically,
you receive your Sandbox keys when you register as a new developer. If you are
executing a call in Production, this is the "DevId” value that eBay issued to
you when you received your Production keys. Typically, you receive your
Production keys when you certify an application.

type : NSString, wrapper for primitive string

Declared In

Trading_UserIdPasswordType.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_UserIdPasswordType.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_UserIdPasswordType.h