TokenInformation.ExpiryTimeInUtcTicks Property

Definition

Gets or sets expiry time of token.

[Newtonsoft.Json.JsonProperty(PropertyName="expiryTimeInUtcTicks")]
public long? ExpiryTimeInUtcTicks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expiryTimeInUtcTicks")>]
member this.ExpiryTimeInUtcTicks : Nullable<int64> with get, set
Public Property ExpiryTimeInUtcTicks As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to