Class AuthInfo
This class contains methods to load an AppInfo and AccessToken from a JSON file. This can help simplify simple scripts (such as the example programs that come with the SDK) but is probably not useful in typical Dropbox API apps.
public static
array
|
#
loadFromJsonFile( string $path )
Loads a JSON file containing authorization information for your app. 'php authorize.php' in the examples directory for details about what this file should look like. |