Applies to
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
If the ClientSecret value contain escape characters such as a tilde "~", you will have to escape the character like this "~~".
ltr_Request.clientsecret = "2ig8hfliVu.u1kl_79RbyZuh~~.X_b~~e~~3M"