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

cloudkeys_oauth_get($res, 6 );
cloudkeys_oauth_set($res, 6, $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

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