Purpose

Specifies the security token required to make a connection to the server. This property is required when token-based authentication is enabled (AuthenticationMethod=BearerToken); otherwise, this property is ignored.

Important: If setting the security token using a data source, be aware that the SecurityToken property, like all data source properties, is persisted in clear text.

Valid Values

string

where:

string

is the value of the personal access token assigned to the user.

Data Source Methods

public String getSecurityToken()

public void setSecurityToken(String)

Default Value

No default value

Data Type

String