Cloud Storage Integrator - Online Help
Cloud Storage Integrator
Questions / Feedback?

Authorization Property

OAuth 2.0 Authorization Token.

Object Oriented Interface

public function getAuthorization();
public function setAuthorization($value);

Procedural Interface

incloudstorage_cloudstorage_get($res, 6 );
incloudstorage_cloudstorage_set($res, 6, $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
Assign this value to the Authorization property before attempting any operations. Consult the storage provider documentation for more information about supported scope values and more details on OAuth authentication.

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0