ClientSecret
property for PowerScript controls
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:
|
1 2 3 4 |
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 “~~”.
|
1 |
ltr_Request.clientsecret = "2ig8hfliVu.u1kl_79RbyZuh~~.X_b~~e~~3M" |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest