File: ITwoFactorSecurityStampValidator.cs | Web Access |
Project: src\src\Identity\Core\src\Microsoft.AspNetCore.Identity.csproj (Microsoft.AspNetCore.Identity) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Identity; /// <summary> /// Used to validate the two factor remember client cookie security stamp. /// </summary> public interface ITwoFactorSecurityStampValidator : ISecurityStampValidator { } |