Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_FetchTokenRequestType.h
Trading_FetchTokenRequestType.m

Overview

Retrieves an authentication token for a user. Also for Half.com.

@ingroup EBayAPIInterface

Tasks

  •   secretID

    A value associated with the token retrieval request. SecretID is
    defined by the application, and is passed in the redirect URL to the
    eBay sign-in page. eBay recommends using a UUID for the secret ID
    value. You must also set Username (part of the RequesterCredentials)
    for the particular user of interest. SecretID and Username are not
    required if SessionID is present.

    property
  •   sessionID

    A value associated with the token retrieval request. eBay generates the
    session ID when the application makes a GetSessionID request. SessionID
    is passed in the redirect URL to the eBay sign-in page. The advantage
    of using SessionID is that it does not require UserID as part of the
    FetchToken request. SessionID is not required if SecretID is present.

    property

Properties

secretID

A value associated with the token retrieval request. SecretID is
defined by the application, and is passed in the redirect URL to the
eBay sign-in page. eBay recommends using a UUID for the secret ID
value. You must also set Username (part of the RequesterCredentials)
for the particular user of interest. SecretID and Username are not
required if SessionID is present.

@property (nonatomic, retain) NSString *secretID

Discussion

A value associated with the token retrieval request. SecretID is
defined by the application, and is passed in the redirect URL to the
eBay sign-in page. eBay recommends using a UUID for the secret ID
value. You must also set Username (part of the RequesterCredentials)
for the particular user of interest. SecretID and Username are not
required if SessionID is present.

type : NSString, wrapper for primitive string

Declared In

Trading_FetchTokenRequestType.h

sessionID

A value associated with the token retrieval request. eBay generates the
session ID when the application makes a GetSessionID request. SessionID
is passed in the redirect URL to the eBay sign-in page. The advantage
of using SessionID is that it does not require UserID as part of the
FetchToken request. SessionID is not required if SecretID is present.

@property (nonatomic, retain) NSString *sessionID

Discussion

A value associated with the token retrieval request. eBay generates the
session ID when the application makes a GetSessionID request. SessionID
is passed in the redirect URL to the eBay sign-in page. The advantage
of using SessionID is that it does not require UserID as part of the
FetchToken request. SessionID is not required if SecretID is present.

type : NSString, wrapper for primitive string

Declared In

Trading_FetchTokenRequestType.h