BearerTokenOptions.RefreshTokenExpiration 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.
Controls how much time the refresh token will remain valid from the point it is created. The expiration information is stored in the protected token.
public TimeSpan RefreshTokenExpiration { get; set; }
member this.RefreshTokenExpiration : TimeSpan with get, set
Public Property RefreshTokenExpiration As TimeSpan
Property Value
Remarks
Defaults to 14 days.