eBay Trading APIVersion 1357
 

FetchTokenResponseType ( AbstractResponseType )

Includes the authentication token for the user and the date it expires.

Call that uses FetchTokenResponseType:

Fields

eBayAuthToken ( string ) [0..1]
The authentication token for the user.
See the Field Index to learn which calls use eBayAuthToken.

HardExpirationTime ( dateTime ) [0..1]
Date and time at which the token returned in eBayAuthToken expires and can no longer be used to authenticate the user for that application.
See the Field Index to learn which calls use HardExpirationTime.

RESTToken ( string ) [0..1]
The REST authentication token for the user.
See the Field Index to learn which calls use RESTToken.