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

Represents a token
Afficher le fichier Open project: WSDOT-GIS/ArcGisServerRestApiWrapper Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a new Token without specifying values for properties.
public Token ( ) : System
Résultat System

Token() public méthode

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