C# Class Esri.ArcGisServer.Rest.Authentication.Token

Represents a token
ファイルを表示 Open project: WSDOT-GIS/ArcGisServerRestApiWrapper Class Usage Examples

Public Methods

Method Description
Token ( ) : System

Creates a new Token without specifying values for properties.

Token ( TokenResponse tokenResponse ) : System

Creates a new token and initializes its properties.

Method Details

Token() public method

Creates a new Token without specifying values for properties.
public Token ( ) : System
return System

Token() public method

Creates a new token and initializes its properties.
public Token ( TokenResponse tokenResponse ) : System
tokenResponse TokenResponse
return System