PHP Класс PayPal\Auth\Oauth\OAuthSignatureMethodPLAINTEXT

- Chapter 9.4 ("PLAINTEXT")
Наследование: extends OAuthSignatureMethod
Показать файл Открыть проект

Открытые методы

Метод Описание
build_signature ( $request, $consumer, $token ) oauth_signature is set to the concatenated encoded values of the Consumer Secret and Token Secret, separated by a '&' character (ASCII code 38), even if either secret is empty. The result MUST be encoded again.
get_name ( )

Описание методов

build_signature() публичный Метод

- Chapter 9.4.1 ("Generating Signatures") Please note that the second encoding MUST NOT happen in the SignatureMethod, as OAuthRequest handles this!
public build_signature ( $request, $consumer, $token )

get_name() публичный Метод

public get_name ( )