BindPasskeyResponse class
A response returned after successfully binding a passkey to a device.
Constructors
- BindPasskeyResponse({required Passkey passkey, required String postBindingRedirectUri})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- passkey ↔ Passkey
-
The Passkey bound to the device.
getter/setter pair
- postBindingRedirectUri ↔ String
-
A URI that can be redirected to once a passkey is bound. This could be a URI that automatically logs the user in with the newly bound passkey, or a success page indicating that a passkey has been bound.
getter/setter pair
- 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(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited