Class Token
Common parent class for Dropbox\AccessToken
and Dropbox\RequestToken
.
public
boolean
|
#
matchesKey( string $key )
Returns whether the given string is equal to this token's key. Uses a string comparison function that is resistant to timing attacks. This is typically used in your OAuth callback endpoint to see if the given request token key is the one you were expecting. |
public
string
|
|
abstract public
string
|