Specifies the security token required to make a connection to your REST API endpoint. This property is required when token based authentication is enabled (AuthenticationMethod=HttpHeader | UrlParameter); otherwise, this property is ignored. If a security token is required and you do not supply one, the driver returns an error indicating that an invalid user or password was supplied.
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 security token assigned to the user.