Share via


AppTokenProviderResult.RefreshInSeconds Property

Definition

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.

Applies to