AuthResponse.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 authorization response. It's the lifetime of access token in seconds. This is available when ResponseType in AuthRequestParams is set as token.
public:
property Platform::String ^ ExpiresIn { Platform::String ^ get(); };
winrt::hstring ExpiresIn();
public string ExpiresIn { get; }
var string = authResponse.expiresIn;
Public ReadOnly Property ExpiresIn As String
Property Value
A string that represents the remaining lifetime of access token in seconds.