NAME
eBay::API::XML::Call::FetchToken::FetchTokenResponseType
DESCRIPTION
Includes the authentication token for the user and the date it expires.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::FetchToken::FetchTokenResponseType inherits from the eBay::API::XML::ResponseDataType class
Subroutines:
setHardExpirationTime()
Date and time at which the token returned in eBayAuthToken expires and can no longer be used to authenticate the user for that application.
# Argument: 'xs:dateTime'
getHardExpirationTime()
Returned: Always
# Returns: 'xs:dateTime'
setRESTToken()
The REST authentication token for the user.
# Argument: 'xs:string'
getRESTToken()
Returned: Conditionally
# Returns: 'xs:string'
setEBayAuthToken()
The authentication token for the user.
SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=AuthNAuth Title: Authentication & Authorization
# Argument: 'xs:string'
getEBayAuthToken()
Returned: Always
# Returns: 'xs:string'