Share via


AccessTokenResponse.ExpiresIn Property

Definition

The number of seconds before the AccessToken expires.

public long ExpiresIn { get; init; }
member this.ExpiresIn : int64 with get, set
Public Property ExpiresIn As Long

Property Value

Remarks

This is serialized as "expiresIn": "{ExpiresInSeconds}" using Web.

Applies to