SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ClientSecret Property

Client secret of the application which needs access to the protected resource.

Object Oriented Interface

public function getClientSecret();
public function setClientSecret($value);

Procedural Interface

secureblackbox_oauthclient_get($res, 11 );
secureblackbox_oauthclient_set($res, 11, $value );

Default Value

''

Remarks

Use this property to specify client secret of the application.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]