Trading_UserIdPasswordType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_UserIdPasswordType.h Trading_UserIdPasswordType.m |
Tasks
-
appId
The application ID that is unique to each application you (or your company)
property
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. -
devId
The unique developer ID that the eBay Developers Program issued to you (or
property
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. -
authCert
Authentication certificate that authenticates the application when making API
property
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. -
username
eBay user ID (i.e., eBay.com Web site login name) for the user the application
property
is retrieving a token for. This is typically the application’s end-user (not
the developer). -
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