Skip to content

Commit

Permalink
Add hint to complex registration example
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Dec 5, 2024
1 parent 74314f3 commit 39e4589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
AuthenticatorAttachment,
AuthenticatorSelectionCriteria,
PublicKeyCredentialDescriptor,
PublicKeyCredentialHint,
ResidentKeyRequirement,
)

Expand Down Expand Up @@ -47,6 +48,7 @@
],
supported_pub_key_algs=[COSEAlgorithmIdentifier.ECDSA_SHA_512],
timeout=12000,
hints=[PublicKeyCredentialHint.CLIENT_DEVICE],
)

print("\n[Registration Options - Complex]")
Expand Down

0 comments on commit 39e4589

Please sign in to comment.