Catalog Service RequiresTokens method

Indicates if a token service has been enabled on an ArcGIS Server Web site.

 

RequiresTokens()

 

Return Value

 

A boolean indicating the ArcGIS Server Web site requires a token (true) or not (false).

 

Remarks

 

If services on an ArcGIS Server Web site require authentication, authentication may be managed using a token service.  
 

Examples

C#

VB.NET

Java