AuthenticatorAssertionResponse extension type

The AuthenticatorAssertionResponse interface of the Web Authentication API contains a digital signature from the private key of a particular WebAuthn credential. The relying party's server can verify this signature to authenticate a user, for example when they sign in.

An AuthenticatorAssertionResponse object instance is available in the PublicKeyCredential.response property of a PublicKeyCredential object returned by a successful CredentialsContainer.get call.

This interface inherits from AuthenticatorResponse.

Note: This interface is restricted to top-level contexts. Use from within an iframe element will not have any effect.

on
Implemented types

Properties

authenticatorData JSArrayBuffer
no setter
clientDataJSON JSArrayBuffer
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature JSArrayBuffer
no setter
userHandle JSArrayBuffer?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited