PHP 클래스 PayPal\Auth\Oauth\OAuthToken

파일 보기 프로젝트 열기: paypal/sdk-core-php

공개 프로퍼티들

프로퍼티 타입 설명
$key access tokens and request tokens
$secret

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

__toString() 공개 메소드

public __toString ( )

to_string() 공개 메소드

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

프로퍼티 상세

$key 공개적으로 프로퍼티

access tokens and request tokens
public $key

$secret 공개적으로 프로퍼티

public $secret