PasskeySignUpRequest class

Request payload sent to the Web SDK to register a new passkey.

Annotations
  • @JsonSerializable.new(createFactory: false, explicitToJson: true)

Constructors

PasskeySignUpRequest(PublicKey publicKey)
Creates a request from the public key credential creation publicKey.

Properties

hashCode int
The hash code for this object.
no setterinherited
publicKey PublicKey
The public key credential creation options.
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
toJson() Map<String, dynamic>
Serializes this request to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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