Fix docstring (close #207)

This commit is contained in:
Dain Nilsson 2024-03-05 12:47:43 +01:00
parent 4c6f7b68a2
commit bccf760c73
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ class Ctap2:
:param options: Optional dict of options.
:param pin_uv_param: Optional PIN/UV auth parameter.
:param pin_uv_protocol: The version of PIN/UV protocol used, if any.
:param enterprise_attestation: Whether or not to request Enterprise Attestation.
:param event: Optional threading.Event used to cancel the request.
:param on_keepalive: Optional callback function to handle keep-alive
messages from the authenticator.