Microsoft.AspNetCore.Authentication.WsFederation
January 13, 2025 ยท View on GitHub
{
namespace Microsoft.AspNetCore.Authentication.WsFederation {
public class WsFederationOptions : RemoteAuthenticationOptions {
+ public new bool SaveTokens { get; set; }
}
}
}