ClientId

Applies to

TokenRequest

Description

Identifier 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 ClientId property takes a string value. The following statement sets the ClientId property:

string ls_clientid
TokenRequest lnv_TokenRequest

lnv_TokenRequest.clientid = ls_clientid