PHP Class PayPal\Auth\Oauth\OAuthToken

Show file Open project: paypal/sdk-core-php

Public Properties

Property Type Description
$key access tokens and request tokens
$secret

Public Methods

Method Description
__construct ( $key, $secret ) key = the token secret = the token secret
__toString ( )
to_string ( ) generates the basic string serialization of a token that a server would respond to request_token and access_token calls with

Method Details

__construct() public method

key = the token secret = the token secret
public __construct ( $key, $secret )

__toString() public method

public __toString ( )

to_string() public method

generates the basic string serialization of a token that a server would respond to request_token and access_token calls with
public to_string ( )

Property Details

$key public property

access tokens and request tokens
public $key

$secret public property

public $secret