Trading_GetSessionIDResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetSessionIDResponseType.h Trading_GetSessionIDResponseType.m |
Overview
Contains the generated SessionID, which is a unique identifier for authenticating data entry during the process that creates a user token.
@ingroup EBayAPIInterface
Tasks
-
sessionID
A 40-character identifier supplied by eBay to an application. Used to confirm the
property
identities of the user and the application in a URL redirect during the
process in which the user agrees to let the application wield a user token that
grants the application the right to access eBay data on behalf of the user.
Subsequently also used as input for the FetchToken API call. The
SessionID is valid for five minutes after it is retrieved.
Properties
sessionID
A 40-character identifier supplied by eBay to an application. Used to confirm the
identities of the user and the application in a URL redirect during the
process in which the user agrees to let the application wield a user token that
grants the application the right to access eBay data on behalf of the user.
Subsequently also used as input for the FetchToken API call. The
SessionID is valid for five minutes after it is retrieved.
@property (nonatomic, retain) NSString *sessionID
Discussion
A 40-character identifier supplied by eBay to an application. Used to confirm the
identities of the user and the application in a URL redirect during the
process in which the user agrees to let the application wield a user token that
grants the application the right to access eBay data on behalf of the user.
Subsequently also used as input for the FetchToken API call. The
SessionID is valid for five minutes after it is retrieved.
type : NSString, wrapper for primitive string
Declared In
Trading_GetSessionIDResponseType.h