Skip to content

Commit

Permalink
Rename Fido2NetLib.cs to Fido2.cs in order to match with class name (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 committed Oct 23, 2023
1 parent 24e2626 commit c193098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Fido2/Fido2NetLib.cs → Src/Fido2/Fido2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Fido2NetLib;
/// <summary>
/// Public API for parsing and verifying FIDO2 attestation & assertion responses.
/// </summary>
public partial class Fido2 : IFido2
public class Fido2 : IFido2
{
private readonly Fido2Configuration _config;
private readonly IMetadataService? _metadataService;
Expand Down

0 comments on commit c193098

Please sign in to comment.