GrantType

Applies to

TokenRequest object

Description

The type of the authorization process. Values are:

  • password – Resource Owner Password Credentials Grant;

  • client_credentials – Client Credentials Grant;

  • placeholder string – Extension Grant.

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"