ClientSecret

Applies to

TokenRequest object

Description

Password of the registered client issued by the authorization server. If the program sets the "Authorization" request header, this property will be ignored.

Usage

In a script

The ClientSecret property takes a string value. The following statement sets the ClientSecret property:

string ls_clientsecret
TokenRequest lnv_TokenRequest

lnv_TokenRequest.clientsecret = ls_clientsecret