Applies to
TokenRequest and OAuthRequest objects
Description
HTTP method for sending the authentication request. Values are:
GET – HTTP get method;
POST – HTTP post method.
Usage
In a script
The Method property takes a string value. The following statement sets the Method property to "POST":
TokenRequest lnv_TokenRequest lnv_TokenRequest.method = "POST"