signature property
JSArrayBuffer
get
signature
The signature
read-only property of the
AuthenticatorAssertionResponse interface is an ArrayBuffer
object which is the signature of the authenticator for both
AuthenticatorAssertionResponse.authenticatorData and a SHA-256 hash of
the client data
(AuthenticatorResponse.clientDataJSON).
This signature will be sent to the server for control, as part of the response. It provides the proof that an authenticator does possess the private key which was used for the credential's generation.
Implementation
external JSArrayBuffer get signature;