PHP 클래스 PayPal\Auth\Oauth\OAuthSignatureMethodPLAINTEXT

- Chapter 9.4 ("PLAINTEXT")
상속: extends OAuthSignatureMethod
파일 보기 프로젝트 열기: paypal/sdk-core-php

공개 메소드들

메소드 설명
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 ( )