BindPasskeyResponse class Null safety
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.
read-onlyinherited
- passkey ↔ Passkey
-
The Passkey bound to the device.
read / write
- 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.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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