authclient\OAuthToken $params

$params public property public array getParams ( )public void setParams ( array $params )

authclient\OAuthToken $token

$token public property Token value. public string getToken ( )public $this setToken ( $token )

authclient\OAuthToken $tokenParamKey

$tokenParamKey public property Key in $params array, which stores token key. public string $tokenParamKey = 'oauth_token'

authclient\OAuthToken $tokenSecret

$tokenSecret public property Token secret. public string getTokenSecret ( )public void setTokenSecret ( $tokenSecret )

authclient\OAuthToken $tokenSecretParamKey

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

authclient\OAuthToken defaultExpireDurationParamKey()

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

authclient\OAuthToken getExpireDuration()

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

authclient\OAuthToken getExpireDurationParamKey()

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

authclient\OAuthToken getIsExpired()

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

authclient\OAuthToken getIsValid()

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