mirror of
https://github.com/bitwarden/mobile
synced 2026-01-13 14:03:23 +00:00
10 lines
179 B
C#
10 lines
179 B
C#
namespace Bit.Core.Utilities.Fido2
|
|
{
|
|
public class PublicKeyCredentialRpEntity
|
|
{
|
|
public string Id { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
}
|
|
}
|