Update document regarding PublicKeyCredentialCreationOptions.attestation value
Follow up for #16252
This commit is contained in:
parent
682c40894e
commit
ee1ede8b2d
|
@ -175,7 +175,7 @@ Since the challenge is persisted (state is changed) to be compared at the time o
|
||||||
"residentKey": "required",
|
"residentKey": "required",
|
||||||
"userVerification": "preferred"
|
"userVerification": "preferred"
|
||||||
},
|
},
|
||||||
"attestation": "direct",
|
"attestation": "none",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"credProps": true
|
"credProps": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue