Trading_FetchTokenResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_FetchTokenResponseType.h Trading_FetchTokenResponseType.m |
Overview
Includes the authentication token for the user and the date it expires.
@ingroup EBayAPIInterface
Tasks
-
eBayAuthTokenThe authentication token for the user.
property -
hardExpirationTimeDate and time at which the token returned in eBayAuthToken expires
property
and can no longer be used to authenticate the user for that application. -
restTokenThe REST authentication token for the user.
property
Properties
eBayAuthToken
The authentication token for the user.
@property (nonatomic, retain) NSString *eBayAuthTokenDiscussion
The authentication token for the user.
type : NSString, wrapper for primitive string
Declared In
Trading_FetchTokenResponseType.hhardExpirationTime
Date and time at which the token returned in eBayAuthToken expires
and can no longer be used to authenticate the user for that application.
@property (nonatomic, retain) NSDate *hardExpirationTimeDiscussion
Date and time at which the token returned in eBayAuthToken expires
and can no longer be used to authenticate the user for that application.
type : NSDate, wrapper for primitive date
Declared In
Trading_FetchTokenResponseType.h