AuthServiceResponse

Response from authentication service token generation.

Overview of AuthServiceResponse goes here.

AuthServiceResponse Properties

AuthServiceResponse

Field Type Inherited from Description
Expires DateTime AuthServiceResponse Gets or sets the token expiration date/time.
Token String AuthServiceResponse Gets or sets the authentication token.

JSON Structure of AuthServiceResponse

{
   "Expires"	:	"DateTime",
   "Token"	:	"String"
}