mirror of
https://github.com/bitwarden/server
synced 2026-01-09 03:53:42 +00:00
U2F (#1304)
* Delete U2F tokens alongside WebAuthn * Bring back u2f apis
This commit is contained in:
9
src/Core/Models/Business/U2fRegistration.cs
Normal file
9
src/Core/Models/Business/U2fRegistration.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Bit.Core.Models.Business
|
||||
{
|
||||
public class U2fRegistration
|
||||
{
|
||||
public string AppId { get; set; }
|
||||
public string Challenge { get; set; }
|
||||
public string Version { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user