EndUserTokenExpiration

This property returns the end-user token expiration time.

Declaration

// C#
public DateTimeOffset EndUserTokenExpiration {get;}

Property Type

The token's expiration timestamp in UTC format if the end-user principal is token-based; otherwise, DateTimeOffset.MaxValue.

Remarks

A property value of DateTimeOffset.MaxValue indicates there is no applicable expiration for an end-user token with the value of a non-token end-user principal.