You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On successful completion, the authenticator returns to the user agent:
* The identifier of the credential used to generate the signature.
* The authenticator data used to generate the signature.
* The assertion signature.
On success, the authenticator must return the following structure in its response:
Member name Data type Required? Definition
credential Credential Optional Credential whose private key was used to
generate the assertion. May be
omitted if the whitelist has exactly
one Credential.
[...]
..which would seem to be an optimization for CTAP where it does not have to return as many bytes (in what may be a common case).