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

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

restToken

The REST authentication token for the user.

@property (nonatomic, retain) NSString *restToken

Discussion

The REST authentication token for the user.

type : NSString, wrapper for primitive string

Declared In

Trading_FetchTokenResponseType.h