Table of Contents

Class VmxAuthenticationToken

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

DateTime

Token

Authentication Token

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "token")]
public string Token { get; set; }

Property Value

string