PHP Class PayPal\Auth\Oauth\OAuthSignatureMethodPLAINTEXT

- Chapter 9.4 ("PLAINTEXT")
Inheritance: extends OAuthSignatureMethod
Show file Open project: paypal/sdk-core-php

Public Methods

Method Description
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 ( )

Method Details

build_signature() public method

- 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 method

public get_name ( )