in public/index.js [364:371]
id: base64encode(attestation.rawId),
clientDataJSON: arrayBufferToString(attestation.response.clientDataJSON),
attestationObject: base64encode(attestation.response.attestationObject),
metadata: {
rpId: createCredentialOptions.rp.id,
userName: createCredentialOptions.user.name,
residentKey: createCredentialOptions.authenticatorSelection.requireResidentKey
},