ITokenResponse interface 
An interface representing TokenResponse. A response that includes a user token
Properties
| connection | The connection name | 
| expiration | Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z") | 
| token | The user token | 
Property Details
		connectionName
	 
	The connection name
connectionName: stringProperty Value
string
expiration
Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z")
expiration: stringProperty Value
string
token
The user token
token: stringProperty Value
string