mirror of
https://github.com/bitwarden/server
synced 2026-01-01 08:03:23 +00:00
[SM-220] Move identity specific files to identity (#2279)
This commit is contained in:
11
src/Identity/IdentityServer/CustomValidatorRequestContext.cs
Normal file
11
src/Identity/IdentityServer/CustomValidatorRequestContext.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Bit.Core.Entities;
|
||||
using Bit.Core.Models.Business;
|
||||
|
||||
namespace Bit.Identity.IdentityServer;
|
||||
|
||||
public class CustomValidatorRequestContext
|
||||
{
|
||||
public User User { get; set; }
|
||||
public bool KnownDevice { get; set; }
|
||||
public CaptchaResponse CaptchaResponse { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user