getAuthenticatorData method
The getAuthenticatorData() method of the
AuthenticatorAttestationResponse interface returns an ArrayBuffer
containing the authenticator data contained within the
AuthenticatorAttestationResponse.attestationObject property.
This is a convenience function, created to allow easy access to the
authenticator data without having to write extra parsing code to extract
it from the attestationObject.
Implementation
external JSArrayBuffer getAuthenticatorData();