Class VmxAuthenticationToken
VMX Authentication Token
[DataContract]
public class VmxAuthenticationToken
- Inheritance
-
VmxAuthenticationToken
- Inherited Members
Properties
ExpiresAt
Expiry timestamp for the token
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expiresAt")]
public DateTime ExpiresAt { get; set; }
Property Value
Token
Authentication Token
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "token")]
public string Token { get; set; }