authclient\OAuthToken getTokenSecret()

getTokenSecret() public method Returns the token secret value. public string getTokenSecret ( )return string Token secret value.

authclient\OAuthToken getIsValid()

getIsValid() public method Checks if token is valid. public boolean getIsValid ( )return boolean Is token valid.

authclient\OAuthToken getToken()

getToken() public method Returns token value. public string getToken ( )return string Token value.

authclient\OAuthToken getParam()

getParam() public method Returns param by name. public mixed getParam ( $name )$name string Param name. return mixed Param value.

authclient\OAuthToken getParams()

getParams() public method public array getParams ( )

authclient\OAuthToken $tokenSecretParamKey

$tokenSecretParamKey public property Key in $params array, which stores token secret key. public string $tokenSecretParamKey = 'oauth_token_secret'

authclient\OAuthToken getIsExpired()

getIsExpired() public method Checks if token has expired. public boolean getIsExpired ( )return boolean Is token expired.

authclient\OAuthToken getExpireDuration()

getExpireDuration() public method Returns the token expiration duration. public integer getExpireDuration ( )return integer Token expiration duration.

authclient\OAuthToken defaultExpireDurationParamKey()

defaultExpireDurationParamKey() protected method Fetches default expire duration param key. protected string defaultExpireDurationParamKey ( )return string Expire duration param key.

authclient\OAuthToken getExpireDurationParamKey()

getExpireDurationParamKey() public method public string getExpireDurationParamKey ( )return string Expire duration param key.