Authorization Property
OAuth 2.0 Authorization Token.
Object Oriented Interface
public function getAuthorization(); public function setAuthorization($value);
Procedural Interface
incloudstorage_onedrive_get($res, 1 ); incloudstorage_onedrive_set($res, 1, $value );
Default Value
''
Remarks
This service supports authentication via OAuth 2.0. First, perform OAuth authentication using the OAuth class or
a separate process. Once complete you should have an authorization string which looks like:
Bearer ya29.AHES6ZSZEJzATdZYjeihDn5W-VrXSsxEZu5p0pclxGdKKQ
Data Type
String