Update document regarding PublicKeyCredentialCreationOptions.attestation value

Follow up for #16252
This commit is contained in:
Yoshikazu Nojima 2024-12-12 17:43:27 +09:00 committed by Rob Winch
parent 682c40894e
commit ee1ede8b2d
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }