Tim Keefer > eBay-API-0.25 > eBay::API::XML::Call::FetchToken::FetchTokenResponseType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

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'