AuthInfoUpdateParameters.ExpiresIn Property

Definition

Gets or sets time in seconds that the token remains valid

[Newtonsoft.Json.JsonProperty(PropertyName="expiresIn")]
public int? ExpiresIn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expiresIn")>]
member this.ExpiresIn : Nullable<int> with get, set
Public Property ExpiresIn As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to