Token Constructor (String, String, String)

PreStorm - A Data Client for ArcGIS Server REST API
Initializes a new instance of the Token class based on the credentials. When the token is generated this way, it is self-renewing and will not expire.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public Token(
	string url,
	string userName,
	string password
)

Parameters

url
Type: SystemString
userName
Type: SystemString
password
Type: SystemString
See Also

Reference