clientDataJSON property

JSArrayBuffer get clientDataJSON

The clientDataJSON property of the AuthenticatorResponse interface stores a JSON string in an ArrayBuffer, representing the client data that was passed to CredentialsContainer.create or CredentialsContainer.get. This property is only accessed on one of the child objects of AuthenticatorResponse, specifically AuthenticatorAttestationResponse or AuthenticatorAssertionResponse.

Implementation

external JSArrayBuffer get clientDataJSON;