Property | Type | Description | |
---|---|---|---|
$secret | |||
$token |
Method | Description | |
---|---|---|
__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? |
public sign_request ( $token = '', $timestamp, $nonce = '', $body_hash = '', $method = '', $url = '', $body = null, $verify_body_hash = true ) |