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