Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
424 stars 107 forks source link

Doc string out of sync #207

Closed antonio-fr closed 6 months ago

antonio-fr commented 10 months ago

In the ctap2 make_credential method, the doc string has not the new _entrepriseattestation argument listed.

https://github.com/Yubico/python-fido2/blob/032dd8b853242aebd191e6bc63394821ed08f038/fido2/ctap2/base.py#L329