We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6801734 commit c8d349eCopy full SHA for c8d349e
webauthn-server-attestation/src/test/scala/com/yubico/fido/metadata/Generators.scala
@@ -432,6 +432,7 @@ object Generators {
432
authnrCfg <- arbitrary[Boolean]
433
uvAcfg <- arbitrary[Boolean]
434
credMgmt <- arbitrary[Boolean]
435
+ perCredMgmtRO <- arbitrary[Boolean]
436
credentialMgmtPreview <- arbitrary[Boolean]
437
setMinPINLength <- arbitrary[Boolean]
438
makeCredUvNotRqd <- arbitrary[Boolean]
@@ -453,6 +454,7 @@ object Generators {
453
454
.authnrCfg(authnrCfg)
455
.uvAcfg(uvAcfg)
456
.credMgmt(credMgmt)
457
+ .perCredMgmtRO(perCredMgmtRO)
458
.credentialMgmtPreview(credentialMgmtPreview)
459
.setMinPINLength(setMinPINLength)
460
.makeCredUvNotRqd(makeCredUvNotRqd)
0 commit comments