TokenResponse.ExpiresIn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Derived from the expires_in
parameter of the token response. It's the lifetime of access token in seconds.
public:
property double ExpiresIn { double get(); };
double ExpiresIn();
public double ExpiresIn { get; }
var double = tokenResponse.expiresIn;
Public ReadOnly Property ExpiresIn As Double
Property Value
Double
double
A double that contains the lifetime of access token in seconds.