DropboxApp
class DropboxApp (View source)
Properties
protected string | $clientId | The Client ID of the App | |
protected string | $clientSecret | The Client Secret of the App | |
protected string | $accessToken | The Access Token |
Methods
__construct(string $clientId, string $clientSecret, string $accessToken = null)
Create a new Dropbox instance
string
getClientId()
Get the App Client ID
string
getClientSecret()
Get the App Client Secret
string
getAccessToken()
Get the Access Token
Details
at line line 39
__construct(string $clientId, string $clientSecret, string $accessToken = null)
Create a new Dropbox instance
at line line 51
string
getClientId()
Get the App Client ID
at line line 61
string
getClientSecret()
Get the App Client Secret
at line line 71
string
getAccessToken()
Get the Access Token