dotnet-core/release-notes/3.0/api-diff/Asp.Net/3.0.0_Microsoft.AspNetCore.Authentication.WsFederation.md
2019-10-10 13:57:00 -07:00

284 B

Microsoft.AspNetCore.Authentication.WsFederation

 {
     namespace Microsoft.AspNetCore.Authentication.WsFederation {
         public class WsFederationOptions : RemoteAuthenticationOptions {
+            public new bool SaveTokens { get; set; }
         }
     }
 }