ClientSecret Property
The secret value for the client assigned when registering the application.
Object Oriented Interface
public function getClientSecret(); public function setClientSecret($value);
Procedural Interface
incloudstorage_oauth_get($res, 8 ); incloudstorage_oauth_set($res, 8, $value );
Default Value
''
Remarks
This property holds the secret of the client that was assigned when initially registering the application with the authorization server. This value must be specified before calling GetAuthorization or GetAuthorizationURL.
Data Type
String