Method |
Description |
|
getCallback ( ) : string |
|
|
getConsumerKey ( ) : string |
|
|
getConsumerSecret ( ) : string |
|
|
getNonce ( integer $length = 20 ) : string |
Generic nonce generating function for the request. |
|
getOAuthParams ( ) : array |
Gets the skeleton Oauth parameter array. |
|
getSignature ( ) : string |
Call the appropriate signature method's signing function. |
|
getSignatureMethod ( ) : string |
|
|
getSigningSecret ( ) : string |
This is the signing secret passed to HMAC and PLAINTEXT signing mechanisms. |
|
getTimestamp ( ) : integer |
|
|
resetOAuthParams ( ) |
Resets the instance for subsequent signing requests. |
|