NAME
eBay::API::XML::DataType::UserIdPasswordType
DESCRIPTION
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::UserIdPasswordType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setAppId()
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.
Calls: FetchToken
RequiredInput: Yes
# Argument: 'xs:string'
getAppId()
# Returns: 'xs:string'
setAuthCert()
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.
Calls: FetchToken
RequiredInput: Yes
# Argument: 'xs:string'
getAuthCert()
# Returns: 'xs:string'
setDevId()
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.
Calls: FetchToken
RequiredInput: Yes
# Argument: 'xs:string'
getDevId()
# Returns: 'xs:string'
setPassword()
Password for the user specified in Username.
# Argument: 'xs:string'
getPassword()
# Returns: 'xs:string'
setUsername()
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).
MaxLength: 64
Calls: FetchToken
RequiredInput: Yes
# Argument: 'xs:string'
getUsername()
# Returns: 'xs:string'