public function dropbox::account in Dropbox Client 7.2
Same name and namespace in other branches
- 7.4 dropbox.php \dropbox::account()
- 7 dropbox.php \dropbox::account()
- 7.3 dropbox.php \dropbox::account()
Retrieve information about the authenticated users account.
Return value
a response object
File
- ./
dropbox.php, line 172
Class
Code
public function account() {
return $this
->_response_request('/account/info');
}