getTokenSecret() public method Returns the token secret value. public string getTokenSecret ( )return string Token secret value.
getIsValid() public method Checks if token is valid. public boolean getIsValid ( )return boolean Is token valid.
getToken() public method Returns token value. public string getToken ( )return string Token value.
getParam() public method Returns param by name. public mixed getParam ( $name )$name string Param name. return mixed Param value.
getParams() public method public array getParams ( )
$tokenSecretParamKey public property Key in $params array, which stores token secret key. public string $tokenSecretParamKey = 'oauth_token_secret'
getIsExpired() public method Checks if token has expired. public boolean getIsExpired ( )return boolean Is token expired.
getExpireDuration() public method Returns the token expiration duration. public integer getExpireDuration ( )return integer Token expiration duration.
defaultExpireDurationParamKey() protected method Fetches default expire duration param key. protected string defaultExpireDurationParamKey ( )return string Expire duration param key.
getExpireDurationParamKey() public method public string getExpireDurationParamKey ( )return string Expire duration param key.
Page 609 of 633