AuthenticatorAttestationResponse class
Available only in secure contexts.
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- AuthenticatorAttestationResponse.new()
-
factory
Properties
- attestationObject → ByteBuffer
-
Available on AuthenticatorAttestationResponse, provided by the AuthenticatorAttestationResponse$Typings extension
MDN Referenceno setter - clientDataJSON → ByteBuffer
-
Available on AuthenticatorResponse, provided by the AuthenticatorResponse$Typings extension
MDN Referenceno setter - getAuthenticatorData ↔ ByteBuffer Function()
-
Available on AuthenticatorAttestationResponse, provided by the AuthenticatorAttestationResponse$Typings extension
getter/setter pair - getPublicKey ↔ ByteBuffer? Function()
-
Available on AuthenticatorAttestationResponse, provided by the AuthenticatorAttestationResponse$Typings extension
getter/setter pair - getPublicKeyAlgorithm ↔ num Function()
-
Available on AuthenticatorAttestationResponse, provided by the AuthenticatorAttestationResponse$Typings extension
getter/setter pair -
getTransports
↔ List<
String> Function() -
Available on AuthenticatorAttestationResponse, provided by the AuthenticatorAttestationResponse$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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