OAuth OAuth10InitialGrant Object

Contains information about the initial grant object (Request Token) for an OAuth 1.0a grant. The Request Token is required to request an Access Token.

The properties included in the OAuth10InitialGrant object are listed below.

Property Type Description
TokenID string The unique ID for the token.
TokenSecret string The secret value for the token.