PassageFlexPasskey class
The base class for utilizing native passkey APIs and Passage Flex APIs together.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
authenticate(
[String? transactionId]) → Future< String> - Authenticates with a passkey.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
String transactionId, [PasskeyCreationOptions? options]) → Future< String> - Checks if the user's device supports passkeys. Registers a new passkey.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited