PasskeyLoginResponse class

Response returned by the Web SDK after a successful passkey login.

Annotations
  • @JsonSerializable.new()

Constructors

PasskeyLoginResponse(String id, String rawId, AssertionResponse response)
Creates a response from its id, rawId and assertion response.
PasskeyLoginResponse.fromJson(Map<String, dynamic> json)
Creates a response from a decoded JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The base64url encoded credential identifier.
final
rawId String
The raw credential identifier.
final
response AssertionResponse
The authenticator assertion response.
final
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
toAuthenticateResponseType({Map<String, dynamic>? clientExtensionResults}) → AuthenticateResponseType
Converts this response into the platform interface response type.
toJson() Map<String, dynamic>
Serializes this response to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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