mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
[PM-7257] android add support for web authn resident key credential property in our net mobile app 2 (#3170)
* [PM-7257] feat: add ability to override `clientDataHash` * [PM-7257] feat: add support for clientDataHash and extensions * PM-7257 Updated the origin to be the correct one and not the android one to be passed to the Fido2Client --------- Co-authored-by: Federico Maccaroni <fedemkr@gmail.com>
This commit is contained in:
10
src/Core/Utilities/Fido2/Fido2SelectedCredential.cs
Normal file
10
src/Core/Utilities/Fido2/Fido2SelectedCredential.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Bit.Core.Models.View;
|
||||
|
||||
public class Fido2SelectedCredential
|
||||
{
|
||||
public byte[] Id { get; set; }
|
||||
|
||||
public byte[] UserHandle { get; set; }
|
||||
|
||||
public CipherView Cipher { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user