E-Payment Integrator 2016 PHP Edition
E-Payment Integrator 2016 PHP Edition
Questions / Feedback?

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

inpay_oauth_get($res, 6 );
inpay_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) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 PHP Edition - Version 16.0 [Build 7354]