PHP Class PayPal\Auth\Oauth\OAuthToken

Afficher le fichier Open project: paypal/sdk-core-php

Méthodes publiques

Свойство Type Description
$key access tokens and request tokens
$secret

Méthodes publiques

Méthode 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 méthode

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

__toString() public méthode

public __toString ( )

to_string() public méthode

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_oe property

access tokens and request tokens
public $key

$secret public_oe property

public $secret