Share via


BearerTokenOptions.RefreshTokenExpiration Property

Definition

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.

Applies to