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
-
eBayAuthToken
The authentication token for the user.
property -
hardExpirationTime
Date and time at which the token returned in eBayAuthToken expires
property
and can no longer be used to authenticate the user for that application. -
restToken
The REST authentication token for the user.
property
Properties
eBayAuthToken
The authentication token for the user.
@property (nonatomic, retain) NSString *eBayAuthToken
Discussion
The authentication token for the user.
type : NSString, wrapper for primitive string
Declared In
Trading_FetchTokenResponseType.h
hardExpirationTime
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 *hardExpirationTime
Discussion
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