AppTokenProviderResult.RefreshInSeconds 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.
When the token should be refreshed.
public long? RefreshInSeconds { get; set; }
member this.RefreshInSeconds : Nullable<int64> with get, set
Public Property RefreshInSeconds As Nullable(Of Long)
Property Value
Remarks
If not set, MSAL will set it to half of the expiry time if that time is longer than 2 hours.