GrantType

Applies to

TokenRequest

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:

TokenRequest lnv_TokenRequest

lnv_TokenRequest.granttype = "client_credentials"