You are here

public function dropbox::account in Dropbox Client 7.3

Same name and namespace in other branches
  1. 7.4 dropbox.php \dropbox::account()
  2. 7 dropbox.php \dropbox::account()
  3. 7.2 dropbox.php \dropbox::account()

Retrieve information about the authenticated users account.

Return value

a response object

File

./dropbox.php, line 174

Class

dropbox

Code

public function account() {
  return $this
    ->_response_request('/account/info');
}