PHP 클래스 Jetpack_Signature, jetpack

파일 보기 프로젝트 열기: automattic/jetpack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$secret
$token

공개 메소드들

메소드 설명
__construct ( $access_token, $time_diff )
encode_3986 ( $string )
join_with_equal_sign ( $name, $value )
normalized_query_parameters ( $query_string )
sign_current_request ( $override = [] )
sign_request ( $token = '', $timestamp, $nonce = '', $body_hash = '', $method = '', $url = '', $body = null, $verify_body_hash = true ) body_hash v. body-hash is annoying. Refactor to accept an array?

메소드 상세

__construct() 공개 메소드

public __construct ( $access_token, $time_diff )

encode_3986() 공개 메소드

public encode_3986 ( $string )

join_with_equal_sign() 공개 메소드

public join_with_equal_sign ( $name, $value )

normalized_query_parameters() 공개 메소드

public normalized_query_parameters ( $query_string )

sign_current_request() 공개 메소드

public sign_current_request ( $override = [] )

sign_request() 공개 메소드

body_hash v. body-hash is annoying. Refactor to accept an array?
public sign_request ( $token = '', $timestamp, $nonce = '', $body_hash = '', $method = '', $url = '', $body = null, $verify_body_hash = true )

프로퍼티 상세

$secret 공개적으로 프로퍼티

public $secret

$token 공개적으로 프로퍼티

public $token