GrantType
property for PowerScript controls
Applies to
Description
The type of the authorization process. Values can be:
-
password – Resource Owner Password Credentials Grant
-
client_credentials – Client Credentials Grant
-
empty string or any value except password
and client_credentials – Extension Grant.
Extension Grant is used by default if GrantType is not set.
Usage
In a script
The GrantType property takes a string value. The following statement
sets the GrantType property:
|
1 2 3 |
TokenRequest lnv_TokenRequest lnv_TokenRequest.granttype = "client_credentials" |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest