RemoteAuthenticationOptions.SaveTokens Property

Definition

Defines whether access and refresh tokens should be stored in the AuthenticationProperties after a successful authorization. This property is set to false by default to reduce the size of the final authentication cookie.

C#
public bool SaveTokens { get; set; }

Property Value

Applies to

Product Versions
ASP.NET Core 1.0, 1.1