Compartir a través de


AuthInfo.ExpiresIn Propiedad

Definición

Obtiene o establece el tiempo en segundos que el token sigue siendo válido.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a