AttestationResponse class

The authenticator attestation data returned during a passkey registration.

Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

AttestationResponse(String clientDataJSON, String attestationObject, List<String> transports)
Creates an attestation response from its fields.
AttestationResponse.fromJson(Map<String, dynamic> json)
Creates an attestation response from a decoded JSON map.
factory

Properties

attestationObject String
The base64url encoded attestation object.
final
clientDataJSON String
The base64url encoded client data JSON.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transports List<String>
The transports the created credential supports.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this attestation response to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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