AuthenticationResult.ExpiresOn 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.
Gets the point in time in which the Access Token returned in the AccessToken property ceases to be valid. This value is calculated based on current UTC time measured locally and the value expiresIn received from the service.
public DateTimeOffset ExpiresOn { get; }
member this.ExpiresOn : DateTimeOffset
Public ReadOnly Property ExpiresOn As DateTimeOffset