AuthorizationScope Property
The scope request or response parameter used during authorization.
Object Oriented Interface
public function getAuthorizationScope(); public function setAuthorizationScope($value);
Procedural Interface
incloudstorage_oauth_get($res, 5 ); incloudstorage_oauth_set($res, 5, $value );
Default Value
''
Remarks
If the scope is not set, the authorization server will use the default access scope for your application as determined by the server. To request a specific access scope set this property to a space separated list of strings as defined by the authorization server.
After calling GetAuthorization this property will be updated with the scope sent in the response from the server and will indicate the scope that was actually granted.
Data Type
String