AssertionResponse class

The authenticator assertion data returned during a passkey login.

Annotations
  • @JsonSerializable.new()

Constructors

AssertionResponse(String clientDataJSON, String authenticatorData, String signature, String? userHandle)
Creates an assertion response from its fields.
AssertionResponse.fromJson(Map<String, dynamic> json)
Creates an assertion response from a decoded JSON map.
factory

Properties

authenticatorData String
The base64url encoded authenticator data.
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
signature String
The base64url encoded assertion signature.
final
userHandle String?
The base64url encoded user handle, if present.
final

Methods

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

Operators

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