次の方法で共有


AppTokenProviderResult.RefreshInSeconds Property

Definition

Overloads

RefreshInSeconds

When the token should be refreshed.

RefreshInSeconds

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