Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
r4gus committed Jan 2, 2024
1 parent 47dead0 commit 405bb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ctap/auth/Authenticator.zig
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pub const Auth = struct {
/// 2. We dont need to provide the full spec but only the basics.
/// Users can then add what they need.
commands: []const Ctap2CommandMapping = &.{
.{ .cmd = 0x01, .cb = fido.ctap.commands.authenticator.authenticatorGetAssertion },
.{ .cmd = 0x02, .cb = fido.ctap.commands.authenticator.authenticatorMakeCredential },
.{ .cmd = 0x01, .cb = fido.ctap.commands.authenticator.authenticatorMakeCredential },
.{ .cmd = 0x02, .cb = fido.ctap.commands.authenticator.authenticatorGetAssertion },
.{ .cmd = 0x04, .cb = fido.ctap.commands.authenticator.authenticatorGetInfo },
.{ .cmd = 0x06, .cb = fido.ctap.commands.authenticator.authenticatorClientPin },
.{ .cmd = 0x0b, .cb = fido.ctap.commands.authenticator.authenticatorSelection },
Expand Down

0 comments on commit 405bb43

Please sign in to comment.