AuthenticationResultMetadata.RefreshOn 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.
Specifies the time when the cached token should be proactively refreshed. This value may be null if proactive refresh is not enabled.
public DateTimeOffset? RefreshOn { get; set; }
member this.RefreshOn : Nullable<DateTimeOffset> with get, set
Public Property RefreshOn As Nullable(Of DateTimeOffset)